Contents

HandleCheckPowerState(UInt32)

The HandleCheckPowerState(UInt32 maxPowerState) method is called by the subclasses and is passed the maxPowerState number given to the power manager at initialization time. This guarantees the threads block until that power state has been achieved.

Declaration

void HandleCheckPowerState (
 UInt32maxPowerState );

Parameters

  • maxPowerState:

    The maximum power state in the power state array.

Overview

The HandleCheckPowerState(UInt32 maxPowerState) method is called by the subclasses and is passed the maxPowerState number given to the power manager at initialization time. This guarantees the threads block until that power state has been achieved.

See Also

Miscellaneous