IClassActivator interface
Specifies a method that retrieves a class object.
When to implement
No implementation of a moniker or an object supporting IClassActivator is provided by the system. Implement the IClassActivator interface if you are writing a custom moniker type which you want to be able to compose to the left of a class moniker or any other moniker that supports binding to IClassActivator.
When to use
Use IClassActivator if you write a custom moniker class that should behave similarly to class monikers when composed to the right of other monikers. File monikers also use this interface.
Members
The IClassActivator interface inherits from the IUnknown interface. IClassActivator also has these types of members:
Methods
The IClassActivator interface has these methods.
| Method | Description |
|---|---|
| GetClassObject |
Retrieves a class object. |
Requirements
|
Minimum supported client |
Windows 2000 Professional [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows 2000 Server [desktop apps only] |
|
Header |
|
|
IDL |
|
|
IID |
IID_IClassActivator is defined as 00000140-0000-0000-C000-000000000046 |