IVMVirtualMachineEvents::OnHeartbeatStopped method

The OnHeartbeatStopped method is called when the heartbeat of a virtual machine has stopped.

Syntax

HRESULT OnHeartbeatStopped();

Parameters

This method has no parameters.

Return value

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

Remarks

This method is called when the guest operating system for this virtual machine has stopped abruptly. The client program must implement this interface method to receive notification of the vmVirtualMachineEvent_HeartbeatStopped event originating from IVMVirtualMachine. To monitor all virtual machines, use the IVMVirtualServerEvents::OnHeartbeatStopped method.

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