_IVMRCClientControlEvents interface

The _IVMRCClientControlEvents interface defines the outgoing event interface for the IVMRCClientControl interface.

When to implement

The client implements these methods to receive events sent from IVMRCClientControl.

Members

The _IVMRCClientControlEvents interface inherits from the IUnknown interface. _IVMRCClientControlEvents also has these types of members:

Methods

The _IVMRCClientControlEvents interface has these methods.

Method Description
OnStateChanged Called when the VMRC client connection state changes.
OnSwitchedDisplay Called when the VMRC client switches to a different machine.

Remarks

This interface name begins with an underscore character (_) so that the type library browser does not display the name of the interface in the list of interfaces for the type library.

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

Virtual Machine Remote Client Interfaces

_IVMRCClientControl Methods