IVMRCClientControl::State property

The State property contains the state of the current connection to the VMRC server.

This property is read-only.

Syntax

HRESULT get_State(
  [out] VMRCState *state
);

VB
VMRCClientControl.State( _
  ByRef state _
)

Property value

The state of the current connection to the VMRC server.

This property value is read-only.

Error codes

Name Meaning
S_OK
The operation was successful.
E_INVALIDARG
The state parameter was NULL.

Requirements

Product
Microsoft Virtual Server 2005 onWindows Server 2003
Download
Microsoft Virtual Server 2005 R2 SP1 Update onWindows Server 2008orWindows Server 2003
Header
VMRCClientControl.h
Library
VMRCClientControl.lib

See also

IVMRCClientControl