ICreateTypeLib2_GetLibStatistics(3w)
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 "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/oleaut32/typelib2.c".
- Debug channel "ole".