OEMPowerOff
This function is invoked when the OFF button is pressed or the Graphics, Windowing, and Events Subsystem (GWES) times out on its power-down timer. The function is responsible for any final power-down state and for placing the CPU into a suspend state.
void OEMPowerOff (void);
Parameters
None.
Return Values
None.
Remarks
When this function is called, the target device is entering the suspend state. For more information on the suspend state, see Suspend State.
Requirements
OS Versions: Windows CE 2.10 and later.
Header: Nkintr.h.
Link Library: Nk.lib.
See Also
KitlInit | OEMClearIntSources | OEMGetWakeupSource | OEMIdle | Enabling Power Management
Last updated on Wednesday, April 13, 2005
© 2005 Microsoft Corporation. All rights reserved.