Go to the source code of this file.
|
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}} |
|
◆ CClassFactory_fnConstructor()
Definition at line 91 of file classfactory.cpp.
95{
97
100
101 if (pcRefDll)
103
104 return (LPCLASSFACTORY)
factory;
105}
#define InterlockedIncrement
LPFNCREATEINSTANCE lpfnCI
◆ IID_IClassFactory
const GUID IID_IClassFactory = {0x00000001, 0x0000, 0x0000, {0xC0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x46}} |
◆ IID_IUnknown
const GUID IID_IUnknown = {0x00000000, 0x0000, 0x0000, {0xC0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x46}} |