HP Remote Graphics Software 5.4.0 User Guide

Rgreceiver.Session.<N>.Username=string
The username as a utf8 encoded string, to use if automatically connecting on start-up.
Rgreceiver.Session.<N>.Password=string
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 XOR'd 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.
8.5.14 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.IsMutable=bool1
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=bool 1
ENWW
RGS Receiver properties
173