ReactOS 0.4.16-dev-306-g647d351
|
Go to the source code of this file.
Macros | |
#define | WIN32_NO_STATUS |
#define | _INC_WINDOWS |
#define | COM_NO_WINDOWS_H |
#define | PROC(name) (p##name = GetProc(#name)) |
Functions | |
struct hostent *WINAPI * | pgethostbyname (const char *) |
int (WINAPI *pWSACancelBlockingCall)(void) | |
HINTERNET (WINAPI *pWinHttpOpen)(LPCWSTR | |
BOOL (WINAPI *pWinHttpCloseHandle)(HINTERNET) | |
static PVOID | GetProc (PCSTR FunctionName) |
static BOOLEAN | IsWinsockLoaded (VOID) |
static BOOLEAN | IsWininetLoaded (VOID) |
static BOOLEAN | IsWinsockInitialized (VOID) |
static BOOLEAN | AreLegacyFunctionsSupported (VOID) |
START_TEST (WinHttpOpen) | |
Variables | |
DWORD | |
LPCWSTR | |
#define _INC_WINDOWS |
Definition at line 11 of file WinHttpOpen.c.
#define COM_NO_WINDOWS_H |
Definition at line 12 of file WinHttpOpen.c.
#define WIN32_NO_STATUS |
Definition at line 10 of file WinHttpOpen.c.
Definition at line 26 of file WinHttpOpen.c.
int | ( | WINAPI * | pWSACancelBlockingCall | ) |
Definition at line 48 of file WinHttpOpen.c.
Referenced by START_TEST().
Definition at line 55 of file WinHttpOpen.c.
Referenced by START_TEST().
Definition at line 41 of file WinHttpOpen.c.
Referenced by START_TEST().
START_TEST | ( | WinHttpOpen | ) |
Definition at line 85 of file WinHttpOpen.c.
Definition at line 21 of file WinHttpOpen.c.
Definition at line 21 of file WinHttpOpen.c.