This method of the StdCOMClassObject class creates an instance of the class with the specified controlling unknown. The instance will support the ActiveX control interfaces. The appropriate ActiveX control wrapper is added (Beans or WFC) depending on the class type.This method may be used in an implementation of IClassFactory's CreateInstance method.
protected IUnknown createControlImpl(IUnknown punkOuter);
punkOuter | Determines whether the object is being aggregated into another object. |