IVMRCClientControl::AdministratorMode property

The AdministratorMode property indicates whether the administrator features of the client are enabled.

This property is read/write.

Syntax

HRESULT put_AdministratorMode(
  [in]  VARIANT_BOOL adminMode
);

HRESULT get_AdministratorMode(
  [out] VARIANT_BOOL *adminMode
);

VB
VMRCClientControl.AdministratorMode( _
  ByRef adminMode, _
  ByVal adminMode _
)

Property value

Contains vbTrue if the administrator features of the client are enabled.

This property value is read/write.

Error codes

Name Meaning
S_OK
The operation was successful.
S_FALSE
This property cannot be changed at this time.
E_INVALIDARG
The adminMode 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