QueryPathOfRegTypeLib (OLEAUT32.164)
HRESULT QueryPathOfRegTypeLib ( REFGUID guid, WORD wMaj, WORD wMin, LCID lcid, LPBSTR path )
Gets the path to a registered type library.
guid | [In] | referenced guid. |
wMaj | [In] | major version. |
wMin | [In] | minor version. |
lcid | [In] | locale id. |
path | [Out] | path of typelib. |
Success: S_OK.
Failure: If the type library is not registered then TYPE_E_LIBNOTREGISTERED or TYPE_E_REGISTRYACCESS if the type library registration key couldn't be opened.
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.