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