Scroll to navigation

QueryPathOfRegTypeLib16(3w) Wine API 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 declared in a Wine header. The function is either undocumented, or missing from Wine.
Implemented in "dlls/typelib.dll16/typelib.c".
Debug channel "ole".
Oct 2012 Wine API