OEMIntrOccurs (Windows CE 5.0)
This function is called when an interrupt occurs.
This function is optional.
DWORD OEMIntrOccurs(DWORD dwSysIntr );
Parameters
- dwSysIntr
[in] SYSINTR value.
Return Values
A SYSINTR value is returned.
Remarks
OEMIntrOccurs can be used to catch all interrupts.
Unless you want to change the rerouted SYSINTR, OEMIntrOccurs should return the SYSINTR value that was passed through dwSysIntr.
Requirements
OS Versions: Windows CE 5.0 and later.
Header: Developer-defined.
Link Library: Nk.lib.
See Also
Send Feedback on this topic to the authors