Desktop Functions: Smart Device Functions: 
 
 
  | 
Search Results for "SetThreadExecutionState" in [All]kernel32
static extern EXECUTION_STATE SetThreadExecutionState(EXECUTION_STATE esFlags); 
        SetThreadExecutionState(EXECUTION_STATE.ES_DISPLAY_REQUIRED | EXECUTION_STATE.ES_CONTINUOUS); 
        SetThreadExecutionState(EXECUTION_STATE.ES_CONTINUOUS); 
        SetThreadExecutionState(EXECUTION_STATE.ES_CONTINUOUS | EXECUTION_STATE.ES_AWAYMODE_REQUIRED); 
        SetThreadExecutionState(EXECUTION_STATE.ES_SYSTEM_REQUIRED);  |