NAME

LoadTypeLib  (OLEAUT32.161)

SYNOPSIS

 HRESULT LoadTypeLib
 (
  const OLECHAR* szFile,
  ITypeLib**     pptLib
 )

DESCRIPTION

Loads a type library.

PARAMS

szFile [In] Name of file to load from.
pptLib [Out] Pointer that receives ITypeLib object on success.

RETURNS

Success: S_OK

Failure: Status.

SEE

LoadTypeLibEx, LoadRegTypeLib, CreateTypeLib.

IMPLEMENTATION

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