|
ReactOS 0.4.17-dev-934-g091855f
|
#include <stdarg.h>#include "windef.h"#include "winbase.h"#include "objbase.h"#include "rpcproxy.h"#include "wine/debug.h"#include "initguid.h"#include "dvoice.h"#include "dvoice_private.h"
Go to the source code of this file.
Classes | |
| struct | IClassFactoryImpl |
Functions | |
| WINE_DEFAULT_DEBUG_CHANNEL (dpvoice) | |
| static IClassFactoryImpl * | impl_from_IClassFactory (IClassFactory *iface) |
| static HRESULT WINAPI | DICF_QueryInterface (LPCLASSFACTORY iface, REFIID riid, void **ppobj) |
| static ULONG WINAPI | DICF_AddRef (LPCLASSFACTORY iface) |
| static ULONG WINAPI | DICF_Release (LPCLASSFACTORY iface) |
| static HRESULT WINAPI | DICF_CreateInstance (IClassFactory *iface, IUnknown *pOuter, REFIID riid, void **ppobj) |
| static HRESULT WINAPI | DICF_LockServer (IClassFactory *iface, BOOL dolock) |
| HRESULT WINAPI | DirectPlayVoiceCreate (LPCGUID pIID, void **ppvInterface) |
| HRESULT WINAPI | DllGetClassObject (REFCLSID rclsid, REFIID riid, void **ppv) |
Variables | |
| static const IClassFactoryVtbl | DICF_Vtbl |
| static IClassFactoryImpl | DPVOICE_CFS [] |
Definition at line 56 of file main.c.
Referenced by DllGetClassObject().
|
static |
|
static |
|
static |
Definition at line 106 of file main.c.
|
inlinestatic |
| WINE_DEFAULT_DEBUG_CHANNEL | ( | dpvoice | ) |
|
static |
|
static |
Definition at line 92 of file main.c.
Referenced by DllGetClassObject().