UnRegisterTypeLibForUser (OLEAUT32.443)
HRESULT UnRegisterTypeLibForUser ( REFGUID libid, WORD wVerMajor, WORD wVerMinor, LCID lcid, SYSKIND syskind )
libid | [In] | GUID of the library. |
wVerMajor | [In] | major version. |
wVerMinor | [In] | minor version. |
lcid | [In] | locale id. |
Removes information about a type library from the user registry.
Success: S_OK
Failure: Status
Declared in "include/oleauto.h". gitlab.winehq.org/wine/wine/blob/master/include/oleauto.h
Implemented in "dlls/oleaut32/typelib.c". gitlab.winehq.org/wine/wine/blob/master/dlls/oleaut32/typelib.c
Debug channel "ole".
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.