ICreateTypeLib2_GetLibStatistics (OLEAUT32.@)
static HRESULT ICreateTypeLib2_GetLibStatistics ( ITypeLib2* iface, ULONG* pcUniqueNames, ULONG* pcchUniqueNames )
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. |
Retrieves some statistics about names in a type library, supposedly for hash table optimization purposes.
Success: S_OK
Failure: E_OUTOFMEMORY or E_INVALIDARG.
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 © 2005 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Aug 2005.