LoadRegTypeLib (OLEAUT32.162)
HRESULT LoadRegTypeLib ( REFGUID rguid, WORD wVerMajor, WORD wVerMinor, LCID lcid, ITypeLib** ppTLib )
Loads a registered type library.
rguid | [In] | GUID of the registered type library. |
wVerMajor | [In] | major version. |
wVerMinor | [In] | minor version. |
lcid | [In] | locale ID. |
ppTLib | [Out] | pointer that receives an ITypeLib object on success. |
Success: S_OK.
Failure: Any HRESULT code returned from QueryPathOfRegTypeLib or LoadTypeLib.
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.