IProvideClassInfo  3A27_T9

The IProvideClassInfo interface provides a single method for accessing 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.

Methods in Vtable Order

IUnknown Methods

Description

QueryInterface2Y54585

Returns pointers to supported interfaces.

AddRef1SHW0SS

Increments reference count.

ReleaseDUW01A

Decrements reference count.

 

IProvideClassInfo Methods

Description

GetClassInfo3QODUN

Returns the ITypeInfo interface for the object s coclass type information.