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

Debug channel "ole".


Copyright © 2007 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Mar 2007.