This method of the StdCOMClassObject class creates an instance of the class with the specified controlling unknown. This method may be used in an implementation of IClassFactory's CreateInstance method.
protected IUnknown createInstanceImpl(IUnknown punkOuter);
punkOuter | Determines whether the object is being aggregated into another object. |