ICreateTypeLib2 interface (oaidl.h)

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.

Inheritance

The ICreateTypeLib2 interface inherits from ICreateTypeLib. ICreateTypeLib2 also has these types of members:

Methods

The ICreateTypeLib2 interface has these methods.

 
ICreateTypeLib2::DeleteTypeInfo

Deletes a specified type information from the type library.
ICreateTypeLib2::SetCustData

Sets a value to custom data.
ICreateTypeLib2::SetHelpStringContext

Sets the Help string context number.
ICreateTypeLib2::SetHelpStringDll

Sets the DLL name to be used for Help string lookup (for localization purposes).

Requirements

Requirement Value
Target Platform Windows
Header oaidl.h

See also

Type Building Interfaces and Functions