OEMIndicateIntSource (Windows CE 5.0)

Send Feedback

This function indicates the occurrence of a given SYSINTR. The ISR routines call this function.

This function, along with the set of enabled wake sources, determines if a wake event occurred.

void OEMIndicateIntSource(DWORD dwSources);

Parameters

  • dwSources
    [in] Specifies a wake source.

Return Values

None.

Remarks

This function is only used for CPU interrupts as wake sources.

Requirements

OS Versions: Windows CE .NET 4.1 and later.
Header: Oemwake.h.
Link Library: Platform OAL.

See Also

Other OAL Functions

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.