banner

External.CheckDialReady method

Checks the end user's computer for an installed remote access server (RAS), Transmission Control Protocol/Internet Protocol (TCP/IP), and modem.

Syntax

iDialStatus = window.external.CheckDialReady();

Parameters None
Return Values Integer
Value Description
0 The computer is ready to dial. RAS, TCP/IP, and modem are all installed.
1 The Welcome process is the dynamic-link library (DLL) required to make the detection.
2 Error. Unknown cause.
3 A modem is not installed on the computer.
4 TCP/IP, RAS, or both are not installed on the computer.
Applies To window.external
Example
iDialStatus = window.external.CheckDialReady();