Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
1/5/2010
This function is called when an interrupt occurs.
This function is optional.
Syntax
DWORD OEMIntrOccurs(
DWORD dwSysIntr
);
Parameters
- dwSysIntr
[in] SYSINTR value.
Return Value
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
| Header | Developer Implemented |
| Library | Nk.lib |
| Windows Embedded CE | Windows CE 5.0 and later |