C# Class Nuxeo.Otg.Win.ShellIconOverlayExt

Mostra file Open project: nuxeo/nuxeo-otg-win

Public Methods

Method Description
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

Method Details

GetOverlayInfo() public method

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

GetPriority() public method

public GetPriority ( int &priority ) : int
priority int
return int

IsMemberOf() public method

public IsMemberOf ( string path, uint attributes ) : int
path string
attributes uint
return int

Register() public static method

public static Register ( Type t ) : void
t System.Type
return void

Unregister() public static method

public static Unregister ( Type t ) : void
t System.Type
return void