Microsoft SDK for Java

createControlImpl

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.

Syntax

protected IUnknown createControlImpl(IUnknown punkOuter);

Return Value

Parameters

punkOuter Determines whether the object is being aggregated into another object.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.