Contents

GetInitialPowerState

This method is called to obtain the initial power state of the device (usually the highest).

Declaration

virtual UInt32 GetInitialPowerState (
 void ) = 0;

Return Value

A power state ordinal.

Overview

This method is called to obtain the initial power state of the device (usually the highest). Subclasses must override this method.

See Also

Miscellaneous