C# 클래스 Nuxeo.Otg.Win.ShellIconOverlayExt

파일 보기 프로젝트 열기: nuxeo/nuxeo-otg-win

공개 메소드들

메소드 설명
GetOverlayInfo ( string iconFileBuffer, int iconFileBufferSize, int &iconIndex, uint &flags ) : int
GetPriority ( int &priority ) : int
IsMemberOf ( string path, uint attributes ) : int
Register ( Type t ) : void
Unregister ( Type t ) : void

메소드 상세

GetOverlayInfo() 공개 메소드

public GetOverlayInfo ( string iconFileBuffer, int iconFileBufferSize, int &iconIndex, uint &flags ) : int
iconFileBuffer string
iconFileBufferSize int
iconIndex int
flags uint
리턴 int

GetPriority() 공개 메소드

public GetPriority ( int &priority ) : int
priority int
리턴 int

IsMemberOf() 공개 메소드

public IsMemberOf ( string path, uint attributes ) : int
path string
attributes uint
리턴 int

Register() 공개 정적인 메소드

public static Register ( Type t ) : void
t System.Type
리턴 void

Unregister() 공개 정적인 메소드

public static Unregister ( Type t ) : void
t System.Type
리턴 void