NAME

LoadRegTypeLib  (OLEAUT32.162)

SYNOPSIS

 HRESULT LoadRegTypeLib
 (
  REFGUID    rguid,
  WORD       wVerMajor,
  WORD       wVerMinor,
  LCID       lcid,
  ITypeLib** ppTLib
 )

DESCRIPTION

Loads a registered type library.

PARAMS

rguid [In] GUID of the registered type library.
wVerMajor [In] major version.
wVerMinor [In] minor version.
lcid [In] locale ID.
ppTLib [Out] pointer that receives an ITypeLib object on success.

RETURNS

Success: S_OK.

Failure: Any HRESULT code returned from QueryPathOfRegTypeLib or LoadTypeLib.

IMPLEMENTATION

Declared in "include/oleauto.h". gitlab.winehq.org/wine/wine/blob/master/include/oleauto.h

Implemented in "dlls/oleaut32/typelib.c". gitlab.winehq.org/wine/wine/blob/master/dlls/oleaut32/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 Nov 2024.