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 library

versionMinor : int

The minor version number of the library

lcid=LOCALE_USER_DEFAULT : int

The locale ID to use.