LoadTypeLib (OLEAUT32.161)
HRESULT LoadTypeLib ( const OLECHAR* szFile, ITypeLib** pptLib )
Loads a type library.
szFile | [In] | Name of file to load from. |
pptLib | [Out] | Pointer that receives ITypeLib object on success. |
Success: S_OK
Failure: Status.
LoadTypeLibEx, LoadRegTypeLib, CreateTypeLib.
Defined in "oleauto.h".
Implemented in "dlls/oleaut32/typelib.c". source.winehq.org/source/dlls/oleaut32/typelib.c
Debug channel "ole".
Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Jul 2008.