CreateTypeLib2(3w)
NAME
CreateTypeLib2 (OLEAUT32.180)
SYNOPSIS
HRESULT CreateTypeLib2 ( SYSKIND syskind, LPCOLESTR szFile, ICreateTypeLib2** ppctlib )
PARAMS
syskind [In] System type library is for.
szFile [In] Type library file name.
ppctlib [Out] Storage for object returned.
DESCRIPTION
Obtains an ICreateTypeLib2 object for creating a new-style (MSFT) type
library.
NOTES
See also CreateTypeLib.
RETURNS
Success: S_OK
Failure: Status
IMPLEMENTATION
Defined in "typelib.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/oleaut32/typelib2.c".
- Debug channel "ole".