IProvideClassInfo2 interface
An extension to IProvideClassInfo that makes is faster and easier to retrieve an object's outgoing interface IID for its default event set.
When to implement
An object implements this interface to provide type information for its outgoing interfaces. The GetGUID method, is extensible for other types of GUIDs as well.
When to use
Call the method in this interface to obtain type information on an object's outgoing interfaces.
Members
The IProvideClassInfo2 interface inherits from IProvideClassInfo. IProvideClassInfo2 also has these types of members:
Methods
The IProvideClassInfo2 interface has these methods.
| Method | Description |
|---|---|
| GetGUID |
Retrieves the specified GUID for the object. |
Requirements
|
Minimum supported client |
Windows 2000 Professional [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows 2000 Server [desktop apps only] |
|
Header |
|
|
IDL |
|
|
IID |
IID_IProvideClassInfo2 is defined as A6BC3AC0-DBAA-11CE-9DE3-00AA004BB851 |