IProvideClassInfo interface
Provides access to the type information for an object's coclass entry in its type library.
When to implement
Implement this interface on any object that can provide type information for its entire class, that is, the coclass entry in the type library.
When to use
Use this interface to access the coclass type information for an object.
Members
The IProvideClassInfo interface inherits from the IUnknown interface. IProvideClassInfo also has these types of members:
Methods
The IProvideClassInfo interface has these methods.
Method | Description |
---|---|
GetClassInfo |
Retrieves a pointer to the ITypeInfo interface for the object's type information. |
Requirements
Minimum supported client |
Windows 2000 Professional [desktop apps only] |
---|---|
Minimum supported server |
Windows 2000 Server [desktop apps only] |
Header |
|
IDL |
|
IID |
IID_IProvideClassInfo is defined as B196B283-BAB4-101A-B69C-00AA00341D07 |
See also