NAME

QueryPathOfRegTypeLib16  (TYPELIB.14)

SYNOPSIS

 HRESULT QueryPathOfRegTypeLib16
 (
  REFGUID  guid,
  WORD     wMaj,
  WORD     wMin,
  LCID     lcid,
  LPBSTR16 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 defined in a Wine header. The function is either undocumented, or missing from Wine.

Implemented in "dlls/oleaut32/typelib16.c". source.winehq.org/source/dlls/oleaut32/typelib16.c

Debug channel "ole".


Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Jan 2008.