OEMIndicateIntSource (Windows Embedded CE 6.0)

1/5/2010

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.

Syntax

void OEMIndicateIntSource(
  DWORD dwSources
);

Parameters

  • dwSources
    [in] Specifies a wake source.

Return Value

None.

Remarks

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

Requirements

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

See Also

Reference

Optional OAL Functions
Other OAL Functions