OEMPowerManagerInit
This function handles the initialization routines used by the kernel's suspend code. The OEMInit function calls this function.This function usually clears the fInterruptWakeupMask and fInterruptWakeup arrays.
DWORD OEMPowerManagerInit(void);
Parameters
None.
Return Values
Returns zero.
Remarks
The fInterruptWakeup global variable is an array of flags that are set by the ISR when the interrupt occurs.
The fInterruptWakeupMask global variable allows and disallows logical interrupts as the wake source array.
Requirements
OS Versions: Windows CE .NET 4.1 and later.
Header: Oemwake.h.
Link Library: Platform OAL.
See Also
Last updated on Wednesday, April 13, 2005
© 2005 Microsoft Corporation. All rights reserved.