Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This function requests that the bus driver return the current power state of the device.
BOOL GetDevicePowerState ( HANDLE hBusAccess, PCEDEVICE_POWER_STATE pPowerState, PVOID pReserved);
Parameters
- hBusAccess
[in] Handle obtained from CreateBusAccessHandle. - pPowerState
[out] Power state specified by a filled in CEDEVICE_POWER_STATE structure. - pReserved
[in] Reserved for future use. Set to NULL.
Return Values
Returns TRUE if successful. Otherwise, it returns FALSE.
Requirements
OS Versions: Windows CE 5.0 and later.
Header: CEDDK.h.
See Also
CEDEVICE_POWER_STATE | CreateBusAccessHandle
Send Feedback on this topic to the authors