 |
InternetGetConnectedState Add comment W32 Constants Translate this page |
 |
 |
|
Retrieves the connected state of the local system. |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
BOOL InternetGetConnectedState(
LPDWORD lpdwFlags,
DWORD dwReserved
);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE SHORT InternetGetConnectedState IN wininet;
INTEGER @ lpdwFlags,;
INTEGER dwReserved
|
 |
 |
 |
| Parameters: |
 |
lpdwFlags
[out] Pointer to an unsigned long integer variable where the connection description should be returned.
dwReserved
[in] Reserved. Must be set to zero.
|
 |
 |
| Return value: |
 |
| Returns TRUE if there is an Internet connection, or FALSE otherwise. |
 |
 |
| My comment: |
 |
The InternetGetConnectedStateEx is an extended version of this function.
The InternetCheckConnection allows an application to check if a connection to the Internet can be established. |
 |
 |
| Word Index links for the InternetGetConnectedState : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2001-07-25 12:00:00 | | Modified: | 2002-08-12 18:29:25 | Visited in last 7 days: 34 |