ReactOS 0.4.16-dev-136-g52192f1
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
Functions | |
BOOL WINAPI | GetSystemPowerStatus (IN LPSYSTEM_POWER_STATUS PowerStatus) |
BOOL WINAPI | SetSystemPowerState (IN BOOL fSuspend, IN BOOL fForce) |
BOOL WINAPI | GetDevicePowerState (IN HANDLE hDevice, OUT BOOL *pfOn) |
BOOL WINAPI | RequestDeviceWakeup (IN HANDLE hDevice) |
BOOL WINAPI | RequestWakeupLatency (IN LATENCY_TIME latency) |
BOOL WINAPI | CancelDeviceWakeupRequest (IN HANDLE hDevice) |
BOOL WINAPI | IsSystemResumeAutomatic (VOID) |
BOOL WINAPI | SetMessageWaitingIndicator (IN HANDLE hMsgIndicator, IN ULONG ulMsgCount) |
EXECUTION_STATE WINAPI | SetThreadExecutionState (EXECUTION_STATE esFlags) |
Definition at line 178 of file power.c.
Definition at line 117 of file power.c.
BOOL WINAPI GetSystemPowerStatus | ( | IN LPSYSTEM_POWER_STATUS | PowerStatus | ) |
Definition at line 27 of file power.c.
Referenced by DynamicLoadIcon().
Definition at line 140 of file power.c.
BOOL WINAPI RequestWakeupLatency | ( | IN LATENCY_TIME | latency | ) |
Definition at line 159 of file power.c.
Definition at line 94 of file power.c.
EXECUTION_STATE WINAPI SetThreadExecutionState | ( | EXECUTION_STATE | esFlags | ) |
Definition at line 220 of file power.c.