Ask Learn
Preview
Please sign in to use this experience.
Sign inThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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.
Other versions of this page are also available for the following:
8/28/2008
This function registers an interrupt service routine (ISR) with the kernel, specifying a particular hardware interrupt indicated by its interrupt request (IRQ) line value.
BOOL HookInterrupt(
int hwIntNumber,
FARPROC pfnHandler
);
TRUE indicates success. FALSE indicates failure.
This function is called in the OEM adaptation layer (OAL). The OEMInit function is typically used to initialize all ISRs.
Note
Not used by ARM because there is only one interrupt.
Header | nkintr.h |
Library | Nk.lib |
Windows Embedded CE | Windows CE 2.10 and later |
Please sign in to use this experience.
Sign in