An object that implements the ITypeLib interface.
-
Retrieves documentation information about the library.
-
Retrieves the libraries attributes
-
Retrieves a ITypeComp
object for Name to VARDESC/FUNCDESC mapping.
-
Retrieves the specified type description in the library.
-
Retrieves the number of PyITypeInfos in the type library.
-
Retrieves the type info of the specified GUID.
-
Retrieves the type of a type description.
sentinel
PyITypeLib.GetDocumentation
tuple = GetDocumentation(index) Retrieves documentation information about the library.
-
index : int
The index of the type description within the library
The return type is a tuple of (name of item, documentation string, help context integer, help file name)
PyITypeLib.GetLibAttr
TLIBATTR = GetLibAttr() Retrieves the libraries attributes
PyITypeLib.GetTypeComp
PyITypeComp = GetTypeComp() Retrieves a ITypeComp
object for Name to VARDESC/FUNCDESC mapping.
PyITypeLib.GetTypeInfo
PyITypeInfo = GetTypeInfo(index) Retrieves the specified type description in the library.
-
index : int
The index of the type description within the library
PyITypeLib.GetTypeInfoCount
int = GetTypeInfoCount() Retrieves the number of PyITypeInfos in the type library.
PyITypeLib.GetTypeInfoOfGuid
PyITypeInfo = GetTypeInfoOfGuid(iid) Retrieves the type info of the specified GUID.
-
iid : PyIID
GUID of the type description.
PyITypeLib.GetTypeInfoType
TYPEKIND
= GetTypeInfoType(index) Retrieves the type of a type description.
-
index : int
The index of the type description within the library