PyUnicode
= UnRegisterTypeLib(iid, versionMajor
, versionMinor
, lcid
, syskind
)
Unregister a 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.
syskind=SYS_WIN32 : int
The target operating system.
Comments
Removes type library information from the system registry.
Use this API to allow applications to properly uninstall themselves.
In-process objects typically call this API from DllUnregisterServer.