NAME

LoadTypeLibEx  (OLEAUT32.183)

SYNOPSIS

 HRESULT LoadTypeLibEx
 (
  LPCOLESTR  szFile,
  REGKIND    regkind,
  ITypeLib** pptLib
 )

PARAMS

szFile [In] Name of file to load from.
regkind [In] Specify kind of registration.
pptLib [Out] Pointer to pointer to loaded type library.

DESCRIPTION

Loads and optionally registers a type library.

RETURNS

Success: S_OK

Failure: Status

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 Mar 2024.