Contents

GetInitialPowerState

This method is called once, right after InitializePowerManagement() in order to determine what state the device is initially in at startup time (usually the highest power mode).

Declaration

virtual UInt32 GetInitialPowerState (
 void );

Return Value

The power state the device is currently in.

Overview

This method is called once, right after InitializePowerManagement() in order to determine what state the device is initially in at startup time (usually the highest power mode).

See Also

Miscellaneous