OEMPowerManagerInit (Windows Embedded CE 6.0)
1/5/2010
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.
Syntax
DWORD OEMPowerManagerInit(void);
Parameters
None.
Return Value
Returns 0.
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
Header | oemwake.h |
Library | Developer Implemented |
Windows Embedded CE | Windows CE .NET 4.1 and later |