NMIEventCallback

include vmm.inc

mov     ebx, VMHandle
mov     ebp, OFFSET32 crs
call    [NmiProc]
 

Performs programmer-defined processing that is not permitted in a Non-Maskable Interrupt (NMI) handler. NMIEventCallback is a programmer-defined callback function installed by the Hook_NMI_Event service. An NMIEventCallback function can be re-entered; that is, it can be interrupted by another NMI.

VMHandle
Handle of the current virtual machine.
crs
Address of a Client_Reg_Struc structure containing the contents of the virtual machine's registers.

See Also

Client_Reg_Struc, Hook_NMI_Event, Unhook_NMI_Event