IObjectConstruct interface (comsvcs.h)

Controls the object construction process by passing in parameters from other methods or objects.

Inheritance

The IObjectConstruct interface inherits from the IUnknown interface. IObjectConstruct also has these types of members:

Methods

The IObjectConstruct interface has these methods.

 
IObjectConstruct::Construct

Constructs an object using the specified parameters.

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Target Platform Windows
Header comsvcs.h

See also

COM+ Object Constructor Strings

IObjectConstructString

Specifying an Object Constructor String for a Component