ReactOS 0.4.16-dev-297-gc569aee
|
#include "precomp.h"
Go to the source code of this file.
Classes | |
class | CClassFactory |
Functions | |
IClassFactory * | CClassFactory_fnConstructor (LPFNCREATEINSTANCE lpfnCI, PLONG pcRefDll, IID *riidInst) |
Variables | |
const GUID | IID_IUnknown = {0x00000000, 0x0000, 0x0000, {0xC0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x46}} |
const GUID | IID_IClassFactory = {0x00000001, 0x0000, 0x0000, {0xC0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x46}} |
IClassFactory * CClassFactory_fnConstructor | ( | LPFNCREATEINSTANCE | lpfnCI, |
PLONG | pcRefDll, | ||
IID * | riidInst | ||
) |
Definition at line 91 of file classfactory.cpp.
const GUID IID_IClassFactory = {0x00000001, 0x0000, 0x0000, {0xC0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x46}} |
Definition at line 12 of file classfactory.cpp.
Referenced by CClassFactory::QueryInterface().
const GUID IID_IUnknown = {0x00000000, 0x0000, 0x0000, {0xC0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x46}} |
Definition at line 11 of file classfactory.cpp.
Referenced by CClassFactory::CreateInstance(), and CClassFactory::QueryInterface().