Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
1/5/2010
This function translates a nonshareable IRQ into a SYSINTR or into the last shared IRQ an installable ISR does not contain.
Syntax
DWORD OEMTranslateIrq(
DWORD Irq
);
Parameters
- Irq
[in] Nonshareable IRQ to translate into a SYSINTR.
Return Value
Associated SYSINTR value.
Remarks
The main ISR uses this function. This is a direct one-to-one mapping of IRQ to SYSINTR.
Requirements
| Header | Developer Implemented |
| Library | Developer Implemented |
| Windows Embedded CE | Windows CE .NET 4.0 and later |