C# Class Win.Grepify.ShowSelectedInExplorer.NativeMethods

显示文件 Open project: nccgroup/grepify

Public Methods

Method Description
CreateBindCtx ( ) : IBindCtx
SHGetDesktopFolder ( ) : IShellFolder
SHOpenFolderAndSelectItems ( IntPtr pidlFolder, IntPtr apidl, int dwFlags ) : void

Private Methods

Method Description
CreateBindCtx_ ( int reserved, IBindCtx &ppbc ) : int
ILCreateFromPath ( [ pszPath ) : IntPtr
ILFree ( [ pidl ) : void
SHGetDesktopFolder_ ( [ ppshf ) : int
SHOpenFolderAndSelectItems_ ( [ pidlFolder, uint cidl, [ apidl, int dwFlags ) : int

Method Details

CreateBindCtx() public static method

public static CreateBindCtx ( ) : IBindCtx
return IBindCtx

SHGetDesktopFolder() public static method

public static SHGetDesktopFolder ( ) : IShellFolder
return IShellFolder

SHOpenFolderAndSelectItems() public static method

public static SHOpenFolderAndSelectItems ( IntPtr pidlFolder, IntPtr apidl, int dwFlags ) : void
pidlFolder System.IntPtr
apidl System.IntPtr
dwFlags int
return void