C# Class Win.Grepify.ShowSelectedInExplorer.NativeMethods

Afficher le fichier Open project: nccgroup/grepify

Méthodes publiques

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

Private Methods

Méthode 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 méthode

public static CreateBindCtx ( ) : IBindCtx
Résultat IBindCtx

SHGetDesktopFolder() public static méthode

public static SHGetDesktopFolder ( ) : IShellFolder
Résultat IShellFolder

SHOpenFolderAndSelectItems() public static méthode

public static SHOpenFolderAndSelectItems ( IntPtr pidlFolder, IntPtr apidl, int dwFlags ) : void
pidlFolder System.IntPtr
apidl System.IntPtr
dwFlags int
Résultat void