ReactOS 0.4.16-dev-297-gc569aee
|
#include "precomp.h"
Go to the source code of this file.
Classes | |
struct | IClassFactoryImpl |
Functions | |
static HRESULT WINAPI | IClassFactory_fnQueryInterface (LPCLASSFACTORY iface, REFIID riid, LPVOID *ppvObj) |
static ULONG WINAPI | IClassFactory_fnAddRef (LPCLASSFACTORY iface) |
static ULONG WINAPI | IClassFactory_fnRelease (LPCLASSFACTORY iface) |
static HRESULT WINAPI | IClassFactory_fnCreateInstance (LPCLASSFACTORY iface, LPUNKNOWN pUnkOuter, REFIID riid, LPVOID *ppvObject) |
static HRESULT WINAPI | IClassFactory_fnLockServer (LPCLASSFACTORY iface, BOOL fLock) |
IClassFactory * | IClassFactory_fnConstructor (LPFNCREATEINSTANCE lpfnCI, PLONG pcRefDll, REFIID riidInst) |
Variables | |
static const IClassFactoryVtbl | dclfvt |
Definition at line 48 of file classfactory.c.
IClassFactory * IClassFactory_fnConstructor | ( | LPFNCREATEINSTANCE | lpfnCI, |
PLONG | pcRefDll, | ||
REFIID | riidInst | ||
) |
Definition at line 125 of file classfactory.c.
Referenced by DllGetClassObject().
|
static |
Definition at line 81 of file classfactory.c.
Definition at line 105 of file classfactory.c.
|
static |
Definition at line 26 of file classfactory.c.
Definition at line 62 of file classfactory.c.
|
static |
Definition at line 114 of file classfactory.c.
Referenced by IClassFactory_fnConstructor().