HP Remote Graphics Software 6.0 User Guide
The password as a utf8 encoded string, to use if automatically connecting on start-up.
Rgreceiver.Session.<N>.PasswordFormat=Encrypted | Clear | XOR
The format of the password. RGS supports three formats Encrypted, Clear or XOR. Encrypted is only
supported on Windows and is the hexadecimal string representation of a password encrypted using
the Windows command CryptProtectData. Clear is the password as clear text. XOR is the
hexadecimal string representation of a password XORed against the value 129. See
http://msdn.microsoft.com/en-us/library/aa380261(VS.85).aspx for more information on implementing
the Windows API function CryptProtectData.
Window placement and size properties
As described previously, these properties are per-session (per-connection) properties. If, for example,
the Receiver connects to two remote computers, these properties can be used to specify the
properties of each of the two Remote Display Windows on the local computer. These properties
contain the parameter <N> which ranges from 0 to N-1 for the creation of N sessions (connections).
For example, for the first session, the X position of the Remote Display Window is specified by the
property Rgreceiver.Session.0.RemoteDisplayWindow.X.
Note that these properties do not take affect until a connection is actually established to a remote
computer.
Rgreceiver.Session.<N>.RemoteDisplayWindow.X=int (0)
Rgreceiver.Session.<N>.RemoteDisplayWindow.X.IsMutable=bool (1)
This property specifies the X position of the session N Remote Display Window, as measured from
the left side of the local computer display.
Rgreceiver.Session.<N>.RemoteDisplayWindow.Y=int (0)
Rgreceiver.Session.<N>.RemoteDisplayWindow.Y.IsMutable=bool (1)
This property specifies the Y position of the session N Remote Display Window, as measured from
the top of the local computer display.
Rgreceiver.Session.<N>.VirtualDisplay.IsPreferredResolutionEnabled=bool (0)
Rgreceiver.Session.<N>.VirtualDisplay.IsPreferredResolutionEnabled.IsMutab
le=bool(1)
This property, if set true (1), enables the following preferred resolution property values to be
communicated to the remote computer. The default value is 0—do not enable the preferred resolution
property to be communicated to the remote computer.
Rgreceiver.Session.<N>.VirtualDisplay.PreferredResolutionHeight=int (0)
Rgreceiver.Session.<N>.VirtualDisplay.PreferredResolutionHeight.IsMutable=
bool (1)
See the description of the following property.
Rgreceiver.Session.<N>.VirtualDisplay.PreferredResolutionWidth=int (0)
Rgreceiver.Session.<N>.VirtualDisplay.PreferredResolutionWidth.IsMutable=b
ool (1)
This property and the above property specify the preferred resolution of the Remote Display Window
(in pixels). This resolution is communicated to the remote computer Sender, which will attempt to
adapt its resolution to match the resolution preference of the local computer. If the remote computer
134 Chapter 8 RGS properties