Unhook_NMI_Event

include vmm.inc

mov     esi, OFFSET32 NmiProc
VMMCall Unhook_NMI_Event
 

Cancels a Non-Maskable Interrupt (NMI) event procedure that was installed earlier by the Hook_NMI_Event function. Uses Flags.

NmiProc
Address of the NMI event procedure to cancel. For more information about the procedure, see NMIEventCallback.

See Also

Hook_NMI_Event, NMIEventCallback