Compartir a través de


IVMVirtualMachineEvents::OnTripleFault method

The OnTripleFault method is called when a virtual machine has triple-faulted.

Syntax

HRESULT OnTripleFault();

Parameters

This method has no parameters.

Return value

A 32-bit value that describes an error or warning.

Remarks

This method is called when a virtual machine has triple-faulted. The client program must implement this interface method to receive notification of the vmVirtualMachineEvent_TripleFault event originating from IVMVirtualMachine.

Requirements

Product
Microsoft Virtual Server 2005 onWindows Server 2003
Download
Microsoft Virtual Server 2005 R2 SP1 Update onWindows Server 2008orWindows Server 2003
Header
VsComInterfaces.h

See also

IVMVirtualMachineEvents