QueryPathOfRegTypeLib16(3w)
NAME
QueryPathOfRegTypeLib16 (TYPELIB.14)
SYNOPSIS
HRESULT QueryPathOfRegTypeLib16 ( REFGUID guid, WORD wMaj, WORD wMin, LCID lcid, SEGPTR* path )
PARAMS
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.
DESCRIPTION
Get the registry key of a registered type library.
RETURNS
Success: S_OK. path is updated with the key name
Failure: E_FAIL, if guid was not found in the registry.
NOTES
The key takes the form "ClassesTypelib<guid><major>.<minor><lcid>Win16
IMPLEMENTATION
Not defined in a Wine header. The function is either undocumented, or
missing from Wine.
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/typelib.dll16/typelib.c".
- Debug channel "ole".