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
Defined in "oleauto.h".
Implemented in "dlls/oleaut32/typelib.c". source.winehq.org/source/dlls/oleaut32/typelib.c
Debug channel "ole".
Copyright © 2006 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Dec 2006.