OEMTranslateIrq (Windows CE 5.0)

Send Feedback

This function translates a nonshareable IRQ into a SYSINTR or into the last shared IRQ an installable ISR does not contain.

DWORD OEMTranslateIrq(DWORD Irq);

Parameters

  • Irq
    [in] Nonshareable IRQ to translate into a SYSINTR.

Return Values

Associated SYSINTR value.

Remarks

The main ISR uses this function. This is a direct one-to-one mapping of IRQ to SYSINTR.

Requirements

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

See Also

Installable ISRs

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.