#include <stdarg.h>
#include <string.h>
#include "windef.h"
#include "winbase.h"
#include "winuser.h"
#include "winerror.h"
#include "ole2.h"
#include "rpcproxy.h"
#include "amstream_private.h"
#include "amstream.h"
#include "wine/debug.h"
Go to the source code of this file.
Data Structures |
| struct | IClassFactoryImpl |
| struct | object_creation_info |
Defines |
| #define | COBJMACROS |
Functions |
| | WINE_DEFAULT_DEBUG_CHANNEL (amstream) |
| BOOL WINAPI | DllMain (HINSTANCE hInstDLL, DWORD fdwReason, LPVOID lpv) |
| static HRESULT WINAPI | AMCF_QueryInterface (LPCLASSFACTORY iface, REFIID riid, LPVOID *ppobj) |
| static ULONG WINAPI | AMCF_AddRef (LPCLASSFACTORY iface) |
| static ULONG WINAPI | AMCF_Release (LPCLASSFACTORY iface) |
| static HRESULT WINAPI | AMCF_CreateInstance (LPCLASSFACTORY iface, LPUNKNOWN pOuter, REFIID riid, LPVOID *ppobj) |
| static HRESULT WINAPI | AMCF_LockServer (LPCLASSFACTORY 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 |
| typedef | helpstring |
| static HINSTANCE | instance |
| static DWORD | dll_ref = 0 |
| static struct object_creation_info | object_creation [] |
| static const IClassFactoryVtbl | DSCF_Vtbl |