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