Method | Description | |
---|---|---|
AllowSleep ( string name, int id ) : void | ||
IOPMAssertionCreateWithName ( String type, int level, string name, int &id ) : int | ||
PreventSleep ( string name ) : int |
Method | Description | |
---|---|---|
IOPMAssertionCreateWithName ( |
static public AllowSleep ( string name, int id ) : void | ||
name | string | |
id | int | |
return | void |
static public IOPMAssertionCreateWithName ( String type, int level, string name, int &id ) : int | ||
type | String | |
level | int | |
name | string | |
id | int | |
return | int |
static public PreventSleep ( string name ) : int | ||
name | string | |
return | int |