summaryrefslogtreecommitdiff
path: root/Decompiler/IWshRuntimeLibrary/IWshShell3.cs
blob: 5ead586ef2047b7cbb034afa6d7257d2751c5e9c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

namespace IWshRuntimeLibrary;

[ComImport]
[CompilerGenerated]
[Guid("41904400-BE18-11D3-A28B-00104BD35090")]
[TypeIdentifier]
public interface IWshShell3 : IWshShell2
{
	void _VtblGap1_4();

	[MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime)]
	[DispId(1002)]
	[return: MarshalAs(UnmanagedType.IDispatch)]
	object CreateShortcut([In][MarshalAs(UnmanagedType.BStr)] string PathLink);
}