#include "qmgr.h"
#include "wine/debug.h"
Go to the source code of this file.
◆ BITS_IClassFactory_AddRef()
◆ BITS_IClassFactory_CreateInstance()
Definition at line 52 of file factory.c.
54{
57
59
60 if (pUnkOuter)
62
66
67 res = IUnknown_QueryInterface(punk,
riid, ppvObj);
68 IUnknown_Release(punk);
70}
HRESULT BackgroundCopyManagerConstructor(LPVOID *ppObj)
#define CLASS_E_NOAGGREGATION
◆ BITS_IClassFactory_LockServer()
◆ BITS_IClassFactory_QueryInterface()
Definition at line 33 of file factory.c.
34{
36 {
39 }
40
43}
const GUID IID_IClassFactory
#define IsEqualGUID(rguid1, rguid2)
ClassFactoryImpl BITS_ClassFactory
IClassFactory IClassFactory_iface
◆ BITS_IClassFactory_Release()
◆ WINE_DEFAULT_DEBUG_CHANNEL()
WINE_DEFAULT_DEBUG_CHANNEL |
( |
qmgr |
| ) |
|
◆ BITS_ClassFactory
◆ BITS_IClassFactory_Vtbl
const IClassFactoryVtbl BITS_IClassFactory_Vtbl |
|
static |
Initial value:=
{
}
static HRESULT WINAPI BITS_IClassFactory_CreateInstance(IClassFactory *iface, IUnknown *pUnkOuter, REFIID riid, void **ppvObj)
static ULONG WINAPI BITS_IClassFactory_Release(IClassFactory *iface)
static HRESULT WINAPI BITS_IClassFactory_LockServer(IClassFactory *iface, BOOL fLock)
static ULONG WINAPI BITS_IClassFactory_AddRef(IClassFactory *iface)
static HRESULT WINAPI BITS_IClassFactory_QueryInterface(IClassFactory *iface, REFIID riid, void **ppvObj)
Definition at line 79 of file factory.c.