示例#1
0
		public static extern int SHGetDesktopFolder(out COMInterfaces.IShellFolder folder);
示例#2
0
		public static extern int SHBindToParent(
			IntPtr pidl,
			Guid iid,
			out COMInterfaces.IShellFolder folder,
			out IntPtr pidlRelative);
示例#3
0
		public static extern uint SHGetDataFromIDList(
			COMInterfaces.IShellFolder psf,
			IntPtr pidl,
			APIsEnums.ShellFolderGetaFromIDList nFormat,
			out APIsStructs.WIN32_FIND_DATA pv,
			int cb);