Contents Index Topic Contents | ||
Previous Topic: InternetGetConnectedState Next Topic: InternetHangUp |
InternetGoOnline
BOOL InternetGoOnline( IN LPTSTR lpszURL, IN HWND hwndParent, IN DWORD dwReserved );Prompts the user for permission to initiate connection to a URL.
- Returns TRUE if successful, or FALSE otherwise.
- lpszURL
- String value containing the URL of the Web site to connect to.
- hwndParent
- Handle to the parent window.
- dwReserved
- Reserved. Must be set to zero.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.