pythoncom.GetRecordFromTypeInfo
PyRecord
= GetRecordFromTypeInfo(TypeInfo, data
)
Creates a new record object from a PyITypeInfo interface
Parameters
TypeInfo : PyITypeInfo
The type information to be converted into
a PyRecord objectdata=None : string or buffer
The raw data to initialize the record with.
Comments
This function will fail if the specified type info does not have a guid defined