LoadTypeLibEx (OLEAUT32.183)
HRESULT LoadTypeLibEx ( LPCOLESTR szFile, REGKIND regkind, ITypeLib** pptLib )
szFile | [In] | Name of file to load from. |
regkind | [In] | Specify kind of registration. |
pptLib | [Out] | Pointer to pointer to loaded type library. |
Loads and optionally registers a type library.
Success: S_OK
Failure: Status
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.