Share via


OEMClearIntSources

This function initializes the fInterruptWakeup array so that 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 that are set by the ISR when the interrupt occurs.

IOCTL_HAL_PRESUSPEND calls OEMClearIntSources. The Power Manager calls this function before a suspend operation, and then the OEMPowerOff function verifies if any 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

Last updated on Wednesday, April 13, 2005

© 2005 Microsoft Corporation. All rights reserved.