QueryPathOfRegTypeLib16 (TYPELIB.14)
HRESULT QueryPathOfRegTypeLib16 ( REFGUID guid, WORD wMaj, WORD wMin, LCID lcid, SEGPTR* path )
guid | [In] | Guid to get the key name for. |
wMaj | [In] | Major version. |
wMin | [In] | Minor version. |
lcid | [In] | Locale Id. |
path | [Out] | Destination for the registry key name. |
Get the registry key of a registered type library.
Success: S_OK. path is updated with the key name
Failure: E_FAIL, if guid was not found in the registry.
The key takes the form "Classes\Typelib\<guid>\<major>.<minor>\<lcid>\Win16\"
Declared in "include/oleauto.h". gitlab.winehq.org/wine/wine/blob/master/include/oleauto.h
Implemented in "dlls/typelib.dll16/typelib.c". gitlab.winehq.org/wine/wine/blob/master/dlls/typelib.dll16/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.