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 "oaidl.h".

Implemented in "dlls/oleaut32/typelib2.c". source.winehq.org/source/dlls/oleaut32/typelib2.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.