The Win32 Internet functions include seven functions that handle modem connections.
InternetAutodial | Initiates an unattended dial-up connection. |
InternetAutodialHangup | Disconnects a modem connection initiated by InternetAutodial. |
InternetDial | Initiates a dial-up connection. |
InternetGetConnectedState | Retrieves the current state of the Internet connection. |
InternetHangUp | Disconnects a modem connect initiated by InternetDial. |
InternetGoOnline | Prompts the user for permission to initiate a dial-up connection to the given URL. |
InternetSetDialState | Sets the current state of the Internet connection. |
Detailed information on how to use these functions will be included in a future version of this documentation.