OEMClearIntSources (Windows CE 5.0)
This function initializes the fInterruptWakeup array so it can be determined whether a wake event has occurred since the execution of this function.
void OEMClearIntSources(void);
Parameters
None.
Return Values
None.
Remarks
The fInterruptWakeup global variable is an array of flags set by the ISR when the interrupt occurs.
IOCTL_HAL_PRESUSPEND calls OEMClearIntSources. The Power Manager calls this function before a suspend operation; then the OEMPowerOff function verifies if wake events have occurred before finally suspending.
OEMClearIntSources usually clears fInterruptWakeup.
Requirements
OS Versions: Windows CE .NET 4.1 and later.
Header: Oemwake.h.
Link Library: Platform OAL.
See Also
IOCTL_HAL_PRESUSPEND | OEMPowerOff
Send Feedback on this topic to the authors