LoadTypeLib16 (TYPELIB.3)
HRESULT LoadTypeLib16 ( LPSTR szFile, ITypeLib** pptLib )
szFile | [In] | Name of file to load from. |
pptLib | [Out] | Destination for loaded ITypeLib interface. |
Load and register a type library.
Success: S_OK. pptLib contains the type libraries ITypeLib interface.
Failure: An HRESULT error code.
Both parameters are FAR pointers.
Declared in "include/atlbase.h". gitlab.winehq.org/wine/wine/blob/master/include/atlbase.h
Implemented in "dlls/typelib.dll16/typelib.c". gitlab.winehq.org/wine/wine/blob/master/dlls/typelib.dll16/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.