OEMTranslateSysIntr (Windows Embedded CE 6.0)

1/5/2010

This function maps a SYSINTR to its corresponding IRQ.

Syntax

DWORD OEMTranslateSysIntr(
  DWORD SysIntr
);

Parameters

  • SysIntr
    [in] SYSINTR to map to its corresponding IRQ.

Return Value

Corresponding IRQ of the SYSINTR.

Remarks

This function might be required for some platforms to implement the OEMInterruptEnable and OEMInterruptDisable functions.

Requirements

Header Developer Implemented
Library Developer Implemented
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

Optional OAL Functions
OEMInterruptDisable
OEMInterruptEnable