pythoncom.QueryPathOfRegTypeLib
PyUnicode
= QueryPathOfRegTypeLib(iid, versionMajor
, versionMinor
, lcid
)
Retrieves the path of a registered type library.
Parameters
iid : PyIID
The IID of the type library.versionMajor : int
The major version number of the libraryversionMinor : int
The minor version number of the librarylcid=LOCALE_USER_DEFAULT : int
The locale ID to use.