Jump to content

KernUnSetIRQ

From EDM2
Revision as of 14:56, 5 July 2017 by Martini (talk | contribs) (Created page with "It is similar to the DevHlp_UnSetIRQ function. It Removes the interrupt handler. ==Synopsis== APIRET APIENTRY KernUnSetIRQ(uint32_t IRQlevel, KernIRQHandler IRQhandler); =...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

It is similar to the DevHlp_UnSetIRQ function. It Removes the interrupt handler.

Synopsis

APIRET APIENTRY KernUnSetIRQ(uint32_t IRQlevel, KernIRQHandler IRQhandler);

Parameters

IRQlevel
Interrupt level number
KernIRQHandler
The Pointer to an interrupt handler to be removed.