Share via


OEMTranslateSysIntr

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

Windows Mobile Not SupportedWindows Embedded CE Supported

8/27/2008

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

OEMInterruptDisable
OEMInterruptEnable