West Wind Internet Protocols 4.68 |
wwipstuff::InternetDial
|
Syntax: |
o.InternetDial(llUnattended,lcConnection) |
| Return: | .T. or .F. |
| Parameters: |
llUnattended Dials the connection unattended without user intervention if possible. Note although this works without user interaction, a dialog pops up and shows dialing progress. lcConnection
|
| Remarks: | If you specify an invalid connection string this method will dial the default connection. This method always displays a user interface with dial progress and the ability to cancel dialing. This method returns a connection handle in nRasHandle which is required in the call to InternetHangup to disconnect. You either have to keep the instance of this object alive or store the nRasHandle value somewhere permanent to assure that the connection can be terminated programmatically. Note that you can still disconnect the connection using the standard Windows Dialup dialogs and lists, but you willl thereby invalidate the handle.
|
See also: