 |
InternetGoOnline Add comment W32 Constants Translate this page |
 |
 |
|
Prompts the user for permission to initiate connection to a URL. |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
BOOL InternetGoOnline(
LPTSTR lpszURL,
HWND hwndParent,
DWORD dwReserved
);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE SHORT InternetGoOnline IN wininet;
STRING lpszURL,;
INTEGER hwndParent,;
INTEGER dwReserved
|
 |
 |
 |
| Parameters: |
 |
lpszURL
[in] Pointer to a string variable containing the URL of the Web site to connect to.
hwndParent
[in] Handle to the parent window.
dwReserved
[in] Reserved. Must be set to zero. |
 |
 |
| Return value: |
 |
| Returns TRUE if successful, or FALSE otherwise. |
 |
 |
| Word Index links for the InternetGoOnline : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2001-07-25 12:00:00 | | Modified: | 2001-11-26 16:02:39 | Visited in last 7 days: 28 |