Contents Index Topic Contents | ||
Previous Topic: InternetHangUp Next Topic: Uniform Resource Locator (URL) Functions |
InternetSetDialState
BOOL InternetSetDialState( IN LPCSTR lpszConnectoid, IN DWORD dwState, IN DWORD dwReserved );Sets the modem dialing state.
- Returns TRUE if successful, or FALSE otherwise.
- lpszConnectoid
- String value that contains the name of the dial-up connection.
- dwState
- Double-word value that indicates the state to set the dial-up connection to. Currently, the only defined value is INTERNET_DIALSTATE_DISCONNECTED.
- dwReserved
- Reserved. Must be set to zero.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.