Table 2-28
ISDN via CAPI 2.0 properties and return values (continued)
Description
Return value
Property
Returns the current list of CAPI extensions
from the host object
String
String = <CHostData>.CapiExtensions
CHostDataEx object
The CHostDataEx object contains the same functionality as the CHostData object
with some additional functionality.
The following table describes the properties and parameters.
In
Table 2-29
, replace the information in angle brackets with the actual values.
Table 2-29
CHostDataEx properties and parameters
Description
Parameter
Property
Sets the name of the private key container to
use.
String
<CHostData>.CryptPrivateKey(String)
Sets the common name of the private key to
use.
String
<CHostData>.CryptCommonName(String)
Sets the encryption level.
The following values are valid:
■
-1: None
■
0: pcAnywhere
■
1: Symmetric
■
2: Public key
Byte
<CHostData>.CryptReqLevel(Byte)
Defines whether the host computer accepts
connections from a remote computer that uses
a lower level of encryption.
Bool
<CHostData>.CryptRefuseLower(Bool)
Sets the fully qualified path to the caller files.
String
<CHostData>.CallersPath(String)
Defines whether the host user will be prompted
to confirm connections.
Bool
<CHostData>.ConfirmConnect(Bool)
Sets the number of seconds before the prompt
to confirm the connection time limit expires.
Byte
<CHostData>.ConfirmTimeout(Byte)
47
Visual Basic object definitions
CHostDataEx object