This interface provides the methods for creating and managing the component or file that contains type information. Type libraries are created from type descriptions using the MkTypLib utility or the Microsoft Interface Definition Language (MIDL) compiler. These type libraries are accessed through the ITypeLib interface.
At a Glance
Header file: | Oaidl.h |
Windows CE versions: | 2.0 and later |
Method | Desciption |
ICreateTypeLib::CreateTypeInfo | Creates a new type description instance within the type library. |
ICreateTypeLib::SaveAllChanges | Not supported in Windows CE. Calls to this method return E_NOT_IMPL. |
ICreateTypeLib::SetDocString | Not supported in Windows CE. |
ICreateTypeLib::SetGuid | Sets the universally unique identifier (UUID) associated with the type library. Also known as the globally unique identifier (GUID). |
ICreateTypeLib::SetHelpContext | Sets the Help context identifier for retrieving general Help information for the type library. |
ICreateTypeLib::SetHelpFileName | Sets the name of the Help file. |
ICreateTypeLib::SetLibFlags | Sets library flags, such as LIBFLAG_FRESTRICTED. |
ICreateTypeLib::SetLcid | Sets the binary Microsoft national language identifier associated with the library. |
ICreateTypeLib::SetName | Sets the name of the type library. |
ICreateTypeLib::SetVersion | Sets the major and minor version numbers of the type library. |