This API takes basically two parameters:
It wil verify interrupt id is valid by comparing with SYSINTR_DEVICES, and SYSINTR_MAXIMUM.
Now it will convert the IRQ into sysirq and will check for maximum limit.
For wince5.0 only!!!
1. Event name
2. Interrupt id(IRQ) which we choose manually.
It wil verify interrupt id is valid by comparing with SYSINTR_DEVICES, and SYSINTR_MAXIMUM.
Now check for valid event after getting handle for the event.
Next check for manualset and proxylist member.
Now it will convert the IRQ into sysirq and will check for maximum limit.
If less then it will call OEMInterruptEnable whcih will send the sysintr.
So after that it will again call oalinterruptenable in intr.c.
For wince5.0 only!!!