table of contents
other versions
- wheezy 1.4.1-4
ICreateTypeLib2_GetLibStatistics(3w) | Wine API | 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 declared in a Wine header. The function is either undocumented, or missing from Wine. Implemented in "dlls/oleaut32/typelib2.c". Debug channel "ole".Oct 2012 | Wine API |