PyITypeInfo Object
An OLE automation type info object. Derived from PyIUnknown
Methods
- GetContainingTypeLib
 - Retrieves the containing type library and the index of the type description within that type library.
 - GetDocumentation
 - Retrieves the documentation string, the complete Help file name and path, and the context ID for the Help topic for a specified type description.
 - GetFuncDesc
 - Retrieves the FUNCDESC object that contains information about a specified function.
 - GetImplTypeFlags
 - Retrieves the IMPLTYPEFLAGS enumeration for one implemented interface or base interface in a type description.
 - GetIDsOfNames
 - Maps between member names and member IDs, and parameter names and parameter IDs.
 - GetNames
 - Retrieves the variable with the specified member ID (or the name of the property or method and its parameters) that correspond to the specified function ID.
 - GetTypeAttr
 - Retrieves a TYPEATTR object that contains the attributes of the type description.
 - GetRefTypeInfo
 - If a type description references other type descriptions, it retrieves the referenced type descriptions.
 - GetRefTypeOfImplType
 - Retrieves the type description of the implemented interface types.
 - GetVarDesc
 - Retrieves a VARDESC object that describes the specified variable.
 - GetTypeComp
 - Retrieves a ITypeComp object for Name to VARDESC/FUNCDESC mapping.