CreateTypeLib2.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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 "dlls/oleaut32/typelib2.c".

Debug channel "ole".