| * This file has no copyright assigned and is placed in the Public Domain. |
| * This file is part of the w64 mingw-runtime package. |
| * No warranty is given; refer to the file DISCLAIMER.PD within this package. |
| #include <_mingw_unicode.h> |
| #define NETWORK_ALIVE_LAN 0x00000001 |
| #define NETWORK_ALIVE_WAN 0x00000002 |
| #define NETWORK_ALIVE_AOL 0x00000004 |
| typedef struct tagQOCINFO { |
| #define IsDestinationReachable __MINGW_NAME_AW(IsDestinationReachable) |
| WINBOOL WINAPI IsDestinationReachableA(LPCSTR lpszDestination,LPQOCINFO lpQOCInfo); |
| WINBOOL WINAPI IsDestinationReachableW(LPCWSTR lpszDestination,LPQOCINFO lpQOCInfo); |
| WINBOOL WINAPI IsNetworkAlive(LPDWORD lpdwFlags); |