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 "oleauto.h". https://source.winehq.org/source/include/oleauto.h

Implemented in "dlls/oleaut32/typelib.c". https://source.winehq.org/source/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 Apr 2024.