C# Class WatchThis.NativeCalls

Afficher le fichier Open project: kevintavog/WatchThis.net

Méthodes publiques

Méthode Description
AllowSleep ( string name, int id ) : void
IOPMAssertionCreateWithName ( String type, int level, string name, int &id ) : int
PreventSleep ( string name ) : int

Private Methods

Méthode Description
IOPMAssertionCreateWithName ( IntPtr type, int level, IntPtr name, IntPtr id ) : int

Method Details

AllowSleep() static public méthode

static public AllowSleep ( string name, int id ) : void
name string
id int
Résultat void

IOPMAssertionCreateWithName() static public méthode

static public IOPMAssertionCreateWithName ( String type, int level, string name, int &id ) : int
type String
level int
name string
id int
Résultat int

PreventSleep() static public méthode

static public PreventSleep ( string name ) : int
name string
Résultat int