Table 2-29
CHostDataEx properties and parameters (continued)
Description
Parameter
Property
Defines whether the connection should be
ended if the prompt to confirm the connection
time limit expires.
Bool
<CHostData>.ConfirmDeny(Bool)
Forces the use of case-sensitive passwords.
Bool
<CHostData>.PwCaseSensitive(Bool)
Sets the number of consecutive failed logon
attempts that are allowed before ending the
connection.
Byte
<CHostData>.PwAttempts(Byte)
Sets the number of minutes that a user has to
complete the logon before the connection is
dropped.
Byte
<CHostData>.PwTimeout(Byte)
Defines which mouse and keyboard will be
active during the connection.
The following values are valid:
■
0: Host and remote
■
1: Host
■
2: Remote
Byte
<CHostData>.ActiveKbds(Byte)
Sets the number of minutes in which the
keyboard and mouse can be inactive before the
connection is ended.
Byte
<CHostData>.InactiveTimeout(Byte)
Sets the lock host computer upon startup
setting.
Bool
<CHostData>.LockSystemWhileWait(Bool)
Sets the run minimized host startup option.
Bool
<CHostData>.MinimizeOnLaunch(Bool)
Enables the host to run as a service.
Bool
<CHostData>.RunAsService(Bool)
Sets the number of minutes to wait before
allowing another caller to connect.
Byte
<CHostData>.ConnLostWait(Byte)
Defines whether to wait for another connection
or cancel the host if the session ends
abnormally.
The following values are valid:
■
FALSE: Wait
■
TRUE: Cancel host
Bool
<CHostData>.ConnLostHostOpts(Bool)
Visual Basic object definitions
CHostDataEx object
48