OEMTranslateSysIntr (Windows CE 5.0)
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 might 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
Send Feedback on this topic to the authors