#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.
Data Structures |
| struct | cf |
Defines |
| #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 |
| typedef | helpstring |
| static HINSTANCE | instance |
| static 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 } |