ICreateTypeLib2_GetLibStatistics.3w

Langue: en

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

Section: 3 (Bibliothèques de fonctions)

NAME

ICreateTypeLib2_GetLibStatistics (OLEAUT32.@)

SYNOPSIS

static HRESULT ICreateTypeLib2_GetLibStatistics
 (
  ITypeLib2* iface,
  ULONG*     pcUniqueNames,
  ULONG*     pcchUniqueNames
 )

PARAMS

iface [In] The type library to get statistics about.

pcUniqueNames [Out] The number of unique names in the type library.

pcchUniqueNames [Out] The number of changed (?) characters in names in the type library.

DESCRIPTION

Retrieves some statistics about names in a type library, supposedly for hash table optimization purposes.

RETURNS

Success: S_OK

Failure: E_OUTOFMEMORY or E_INVALIDARG.

IMPLEMENTATION

Not defined in a Wine header. The function is either undocumented, or missing from Wine.

Implemented in "dlls/oleaut32/typelib2.c".

Debug channel "ole".