UnRegisterTypeLib(3w)
NAME
UnRegisterTypeLib (OLEAUT32.186)
SYNOPSIS
HRESULT UnRegisterTypeLib ( REFGUID libid, WORD wVerMajor, WORD wVerMinor, LCID lcid, SYSKIND syskind )
PARAMS
libid [In] Guid of the library.
wVerMajor [In] major version.
wVerMinor [In] minor version.
lcid [In] locale id.
DESCRIPTION
Removes information about a type library from the System Registry.
NOTES
RETURNS
Success: S_OK
Failure: Status
IMPLEMENTATION
Defined in "oleauto.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/oleaut32/typelib.c".
- Debug channel "ole".