include vmm.inc
VMFaultInfo struc
VMFI_EIP dd ? ;
VMFI_CS dw ? ;
VMFI_Ints dw ? ;
VMFaultInfo ends
The VMFaultInfo structure contains data that describes the client state at the time of a fault in the virtual machine.
GetSetDetailedVMError