Share via


OEMTranslateSysIntr

This function maps a SYSINTR to its corresponding IRQ.

DWORD OEMTranslateSysIntr(
  DWORD SysIntr
);

Parameters

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

Return Values

Corresponding IRQ of the SYSINTR.

Remarks

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

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Platform OAL.
Link Library: Platform OAL.

See Also

OEMInterruptDisable | OEMInterruptEnable

Last updated on Wednesday, April 13, 2005

© 2005 Microsoft Corporation. All rights reserved.