|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include "config.h"#include "ws2tcpip.h"#include <stdarg.h>#include "windef.h"#include "winbase.h"#include "objbase.h"#include "rpcproxy.h"#include "httprequest.h"#include "winhttp.h"#include "wine/debug.h"#include "winhttp_private.h"
Go to the source code of this file.
Classes | |
| struct | winhttp_cf |
Macros | |
| #define | COBJMACROS |
Typedefs | |
| typedef HRESULT(* | fnCreateInstance) (void **obj) |
Functions | |
| WINE_DEFAULT_DEBUG_CHANNEL (winhttp) | |
| BOOL WINAPI | DllMain (HINSTANCE hInstDLL, DWORD fdwReason, LPVOID lpv) |
| static struct winhttp_cf * | impl_from_IClassFactory (IClassFactory *iface) |
| static HRESULT WINAPI | requestcf_QueryInterface (IClassFactory *iface, REFIID riid, void **obj) |
| static ULONG WINAPI | requestcf_AddRef (IClassFactory *iface) |
| static ULONG WINAPI | requestcf_Release (IClassFactory *iface) |
| static HRESULT WINAPI | requestcf_CreateInstance (IClassFactory *iface, LPUNKNOWN outer, REFIID riid, void **obj) |
| static HRESULT WINAPI | requestcf_LockServer (IClassFactory *iface, BOOL dolock) |
| HRESULT WINAPI | DllGetClassObject (REFCLSID rclsid, REFIID riid, LPVOID *ppv) |
| HRESULT WINAPI | DllCanUnloadNow (void) |
| HRESULT WINAPI | DllRegisterServer (void) |
| HRESULT WINAPI | DllUnregisterServer (void) |
Variables | |
| HINSTANCE | winhttp_instance |
| static const struct IClassFactoryVtbl | winhttp_cf_vtbl |
| static struct winhttp_cf | request_cf = { { &winhttp_cf_vtbl }, WinHttpRequest_create } |
Definition at line 41 of file main.c.
|
inlinestatic |
|
static |
|
static |
Definition at line 99 of file main.c.
|
static |
|
static |
|
static |
| WINE_DEFAULT_DEBUG_CHANNEL | ( | winhttp | ) |
|
static |
Definition at line 141 of file main.c.
Referenced by DllGetClassObject().
| HINSTANCE winhttp_instance |
Definition at line 34 of file main.c.
Referenced by cache_connection(), connection_collector(), DllMain(), DllRegisterServer(), and DllUnregisterServer().