Compartilhar via


_IVMRCClientControlEvents::OnSwitchedDisplay method

The OnSwitchedDisplay method is called when the VMRC client switches to a different machine.

Syntax

HRESULT OnSwitchedDisplay(
  [in] BSTR displayName
);

Parameters

displayName [in]

The name of the virtual machine display.

Return value

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

Remarks

This method is called when the VMRC display is switched from the administrative display to a virtual machine, from one virtual machine to another virtual machine, or from a virtual machine to the administrative display. The client program must implement this interface method to receive notification of the event originating from the IVMRCClientControl object.

Requirements

Product
Microsoft Virtual Server 2005 onWindows Server 2003
Download
Microsoft Virtual Server 2005 R2 SP1 Update onWindows Server 2008orWindows Server 2003

See also

_IVMRCClientControlEvents