67 TRACE(
"(%p)->(IID_IUnknown %p)\n", iface,
ppv);
69 TRACE(
"(%p)->(IID_IClassFactory %p)\n", iface,
ppv);
98 return This->fnCreateInstance(
riid,
ppv, pUnkOuter);
103 TRACE(
"(%d)\n", dolock);
#define WINE_DEFAULT_DEBUG_CHANNEL(t)
const GUID IID_IClassFactory
const char * debugstr_dmguid(const GUID *id)
static HRESULT WINAPI ClassFactory_LockServer(IClassFactory *iface, BOOL dolock)
static IClassFactoryImpl ScriptAutoImplAudioPathConfig_CF
static HRESULT WINAPI ClassFactory_CreateInstance(IClassFactory *iface, IUnknown *pUnkOuter, REFIID riid, void **ppv)
static IClassFactoryImpl Script_CF
static ULONG WINAPI ClassFactory_Release(IClassFactory *iface)
static IClassFactoryImpl ScriptTrack_CF
static IClassFactoryImpl AudioVBScript_CF
static const IClassFactoryVtbl classfactory_vtbl
static IClassFactoryImpl ScriptAutoImplSegmentState_CF
static HRESULT WINAPI ClassFactory_QueryInterface(IClassFactory *iface, REFIID riid, void **ppv)
HRESULT WINAPI DllGetClassObject(REFCLSID rclsid, REFIID riid, LPVOID *ppv)
static HRESULT create_unimpl_instance(REFIID riid, void **ppv, IUnknown *pUnkOuter)
static ULONG WINAPI ClassFactory_AddRef(IClassFactory *iface)
static IClassFactoryImpl ScriptAutoImplAudioPath_CF
static IClassFactoryImpl ScriptAutoImplSong_CF
static IClassFactoryImpl * impl_from_IClassFactory(IClassFactory *iface)
static IClassFactoryImpl ScriptAutoImplSegment_CF
static IClassFactoryImpl ScriptSourceCodeLoader_CF
static IClassFactoryImpl ScriptAutoImplPerformance_CF
HRESULT DMUSIC_CreateDirectMusicScriptImpl(REFIID riid, void **ppobj, IUnknown *pUnkOuter)
HRESULT DMUSIC_CreateDirectMusicScriptTrack(REFIID riid, void **ppobj, IUnknown *pUnkOuter)
HRESULT(* fnCreateInstance)(IUnknown *pUnkOuter, LPVOID *ppObj)
#define IsEqualGUID(rguid1, rguid2)
#define IsEqualIID(riid1, riid2)
#define IsEqualCLSID(rclsid1, rclsid2)
#define CONTAINING_RECORD(address, type, field)
#define CLASS_E_CLASSNOTAVAILABLE