C# 클래스 Win.Grepify.ShowSelectedInExplorer.NativeMethods

파일 보기 프로젝트 열기: nccgroup/grepify

공개 메소드들

메소드 설명
CreateBindCtx ( ) : IBindCtx
SHGetDesktopFolder ( ) : IShellFolder
SHOpenFolderAndSelectItems ( IntPtr pidlFolder, IntPtr apidl, int dwFlags ) : void

비공개 메소드들

메소드 설명
CreateBindCtx_ ( int reserved, IBindCtx &ppbc ) : int
ILCreateFromPath ( [ pszPath ) : IntPtr
ILFree ( [ pidl ) : void
SHGetDesktopFolder_ ( [ ppshf ) : int
SHOpenFolderAndSelectItems_ ( [ pidlFolder, uint cidl, [ apidl, int dwFlags ) : int

메소드 상세

CreateBindCtx() 공개 정적인 메소드

public static CreateBindCtx ( ) : IBindCtx
리턴 IBindCtx

SHGetDesktopFolder() 공개 정적인 메소드

public static SHGetDesktopFolder ( ) : IShellFolder
리턴 IShellFolder

SHOpenFolderAndSelectItems() 공개 정적인 메소드

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