|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <stdarg.h>#include "windef.h"#include "winbase.h"#include "winnt.h"#include "winuser.h"#include "ole2.h"#include "ocidl.h"#include "rpcproxy.h"#include "initguid.h"#include "mimeole.h"#include "inetcomm_private.h"#include "wine/debug.h"
Go to the source code of this file.
Classes | |
| struct | cf |
Macros | |
| #define | COBJMACROS |
Functions | |
| WINE_DEFAULT_DEBUG_CHANNEL (inetcomm) | |
| BOOL WINAPI | DllMain (HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved) |
| static cf * | impl_from_IClassFactory (IClassFactory *iface) |
| static HRESULT WINAPI | cf_QueryInterface (IClassFactory *iface, REFIID riid, LPVOID *ppobj) |
| static ULONG WINAPI | cf_AddRef (IClassFactory *iface) |
| static ULONG WINAPI | cf_Release (IClassFactory *iface) |
| static HRESULT WINAPI | cf_CreateInstance (IClassFactory *iface, LPUNKNOWN pOuter, REFIID riid, LPVOID *ppobj) |
| static HRESULT WINAPI | cf_LockServer (IClassFactory *iface, BOOL dolock) |
| HRESULT WINAPI | DllGetClassObject (REFCLSID rclsid, REFIID iid, LPVOID *ppv) |
| HRESULT WINAPI | DllCanUnloadNow (void) |
| HRESULT WINAPI | DllRegisterServer (void) |
| HRESULT WINAPI | DllUnregisterServer (void) |
Variables | |
| static HINSTANCE | instance |
| static const struct IClassFactoryVtbl | cf_vtbl |
| static cf | mime_body_cf = { { &cf_vtbl }, MimeBody_create } |
| static cf | mime_allocator_cf = { { &cf_vtbl }, MimeAllocator_create } |
| static cf | mime_message_cf = { { &cf_vtbl }, MimeMessage_create } |
| static cf | mime_security_cf = { { &cf_vtbl }, MimeSecurity_create } |
| static cf | virtual_stream_cf = { { &cf_vtbl }, VirtualStream_create } |
| static cf | mhtml_protocol_cf = { { &cf_vtbl }, MimeHtmlProtocol_create } |
| #define COBJMACROS |
Definition at line 21 of file inetcomm_main.c.
|
static |
Definition at line 101 of file inetcomm_main.c.
|
static |
Definition at line 111 of file inetcomm_main.c.
|
static |
Definition at line 139 of file inetcomm_main.c.
|
static |
Definition at line 85 of file inetcomm_main.c.
|
static |
Definition at line 106 of file inetcomm_main.c.
Definition at line 219 of file inetcomm_main.c.
Definition at line 164 of file inetcomm_main.c.
Definition at line 43 of file inetcomm_main.c.
Definition at line 227 of file inetcomm_main.c.
Definition at line 235 of file inetcomm_main.c.
|
inlinestatic |
| WINE_DEFAULT_DEBUG_CHANNEL | ( | inetcomm | ) |
Definition at line 145 of file inetcomm_main.c.
|
static |
Definition at line 41 of file inetcomm_main.c.
Referenced by DllMain(), DllRegisterServer(), and DllUnregisterServer().
|
static |
Definition at line 159 of file inetcomm_main.c.
Referenced by DllGetClassObject().
|
static |
Definition at line 155 of file inetcomm_main.c.
Referenced by DllGetClassObject().
|
static |
Definition at line 154 of file inetcomm_main.c.
Referenced by DllGetClassObject().
|
static |
Definition at line 156 of file inetcomm_main.c.
Referenced by DllGetClassObject().
|
static |
Definition at line 157 of file inetcomm_main.c.
Referenced by DllGetClassObject().
|
static |
Definition at line 158 of file inetcomm_main.c.
Referenced by DllGetClassObject().