|
|
Keywords:
Iclassfactory,
Cobass,
Clsid,
Instances,
Create
a class that is capable of creating instances of another class
a COM interface ( IClassFactory ) that is responsible for creating instances of COBass
a component whose main purpose is to create other components
a service component whose only purpose is to create new components of a particular type, as defined by a single CLSID
An object that implements the IClassFactory interface, which allows it to create objects of a specific class.
|