Compartilhar via


_IVMRCClientControlEvents::OnStateChanged method

The OnStateChanged method is called when the VMRC client connection state changes.

Syntax

HRESULT OnStateChanged(
  [in] VMRCState state
);

Parameters

state [in]

The current VMRC client connection state.

Return value

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

Remarks

This method is called when the connection state of the VMRC client control object changes. 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