Share via


OEMClearIntSources

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/27/2008

This function initializes the fInterruptWakeup array so it can be determined whether a wake event has occurred since the execution of this function.

Syntax

void OEMClearIntSources(void);

Parameters

None.

Return Value

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

Header oemwake.h
Library Developer Implemented
Windows Embedded CE Windows CE .NET 4.1 and later

See Also

Reference

IOCTL_HAL_PRESUSPEND
OEMPowerOff