IVRDEServer Interface Reference

List of all members.

Public Member Functions

void setVRDEProperty (in wstring key, in wstring value)
 Sets a VRDE specific property string.
void getVRDEProperty (in wstring key,[retval] out wstring value)
 Returns a VRDE specific property string.

Public Attributes

attribute boolean enabled
 VRDE server status.
attribute AuthType authType
 VRDE authentication method.
attribute unsigned long authTimeout
 Timeout for guest authentication.
attribute boolean allowMultiConnection
 Flag whether multiple simultaneous connections to the VM are permitted.
attribute boolean reuseSingleConnection
 Flag whether the existing connection must be dropped and a new connection must be established by the VRDE server, when a new client connects in single connection mode.
attribute boolean videoChannel
 Flag whether video redirectiron channel is enabled.
attribute unsigned long videoChannelQuality
 Image quality in percents.
attribute wstring VRDEExtPack
 The name of Extension Pack providing VRDE for this VM.
attribute wstring AuthLibrary
 Library used for authentication of RDP clients by this VM.


Member Function Documentation

void IVRDEServer::setVRDEProperty ( in wstring  key,
in wstring  value 
)

Sets a VRDE specific property string.

If you pass null or empty string as a key value, the given key will be deleted.

Parameters:
key Name of the key to set.
value Value to assign to the key.

void IVRDEServer::getVRDEProperty ( in wstring  key,
[retval] out wstring  value 
)

Returns a VRDE specific property string.

If the requested data key does not exist, this function will succeed and return an empty string in the value argument.

Parameters:
key Name of the key to get.
value Value of the requested key.


Member Data Documentation

attribute boolean IVRDEServer::enabled

VRDE server status.

VRDE authentication method.

attribute unsigned long IVRDEServer::authTimeout

Timeout for guest authentication.

Milliseconds.

Flag whether multiple simultaneous connections to the VM are permitted.

Note that this will be replaced by a more powerful mechanism in the future.

Flag whether the existing connection must be dropped and a new connection must be established by the VRDE server, when a new client connects in single connection mode.

attribute boolean IVRDEServer::videoChannel

Flag whether video redirectiron channel is enabled.

attribute unsigned long IVRDEServer::videoChannelQuality

Image quality in percents.

attribute wstring IVRDEServer::VRDEExtPack

The name of Extension Pack providing VRDE for this VM.

Overrides ISystemProperties::defaultVRDEExtPack.

attribute wstring IVRDEServer::AuthLibrary

Library used for authentication of RDP clients by this VM.

Overrides ISystemProperties::VRDEAuthLibrary.


Generated on Mon Dec 6 19:35:25 2010 for VirtualBox Main API by  doxygen 1.5.6