コード例 #1
0
ファイル: APIsShell.cs プロジェクト: lujinlong/Apq
		public static extern int SHGetDesktopFolder(out COMInterfaces.IShellFolder folder);
コード例 #2
0
ファイル: APIsShell.cs プロジェクト: lujinlong/Apq
		public static extern int SHBindToParent(
			IntPtr pidl,
			Guid iid,
			out COMInterfaces.IShellFolder folder,
			out IntPtr pidlRelative);
コード例 #3
0
ファイル: APIsShell.cs プロジェクト: lujinlong/Apq
		public static extern uint SHGetDataFromIDList(
			COMInterfaces.IShellFolder psf,
			IntPtr pidl,
			APIsEnums.ShellFolderGetaFromIDList nFormat,
			out APIsStructs.WIN32_FIND_DATA pv,
			int cb);