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