IVMVirtualMachineEvents::OnReset method

The OnReset method is called when a virtual machine has been reset.

Syntax

HRESULT OnReset();

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 virtual machine has been reset. The client program must implement this interface method to receive notification of the vmVirtualMachineEvent_Reset 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