Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 91 of file classfactory.cpp.
{ CClassFactory* factory = new CClassFactory(lpfnCI, pcRefDll, riidInst); if (!factory) return NULL; if (pcRefDll) InterlockedIncrement(pcRefDll); return (LPCLASSFACTORY)factory; }