ICreateTypeLib2 interface
Provides the methods for creating and managing the component or file that contains type information. Derives from ICreateTypeLib. The ICreateTypeInfo instance returned from ICreateTypeLib can be accessed through a QueryInterface call to ICreateTypeInfo2.
Members
The ICreateTypeLib2 interface inherits from ICreateTypeLib. ICreateTypeLib2 also has these types of members:
Methods
The ICreateTypeLib2 interface has these methods.
| Method | Description |
|---|---|
| DeleteTypeInfo |
Deletes a specified type information from the type library. |
| SetCustData |
Sets a value to custom data. |
| SetHelpStringContext |
Sets the Help string context number. |
| SetHelpStringDll |
Sets the DLL name to be used for Help string lookup (for localization purposes). |
Requirements
|
IDL |
|
|---|
See also