IVMRCClientControl::ReadyState property

The ReadyState property contains the control's current readiness state.

This property is read/write.

Syntax

HRESULT put_ReadyState(
  [in]  long readyState
);

HRESULT get_ReadyState(
  [out] long *readyState
);

VB
VMRCClientControl.ReadyState( _
  ByRef readyState, _
  ByVal readyState _
)

Property value

The control's current readiness value.

This property value is read/write.

Error codes

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

Remarks

The readyState values are the same as for other ActiveX control state values.

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