CreateTypeLib2 (OLEAUT32.180)
HRESULT CreateTypeLib2 ( SYSKIND syskind, LPCOLESTR szFile, ICreateTypeLib2** ppctlib )
syskind | [In] | System type library is for. |
szFile | [In] | Type library file name. |
ppctlib | [Out] | Storage for object returned. |
Obtains an ICreateTypeLib2 object for creating a new-style (MSFT) type library.
See also CreateTypeLib.
Success: S_OK
Failure: Status
Defined in "oaidl.h".
Implemented in "dlls/oleaut32/typelib2.c". source.winehq.org/source/dlls/oleaut32/typelib2.c
Debug channel "ole".
Copyright © 2005 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Aug 2005.