QueryPathOfRegTypeLib16.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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 "ClassesTypelib<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".

Debug channel "ole".