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 "Classes\Typelib\<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". https://source.winehq.org/source/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 May 2024.