IDispatch_GetTypeInfoCount(3w)
NAME
IDispatch_GetTypeInfoCount (OLEAUT32.@)
SYNOPSIS
static HRESULT IDispatch_GetTypeInfoCount ( LPDISPATCH iface, UINT* pctinfo )
DESCRIPTION
Get the count of type information in an IDispatch interface.
PARAMS
iface [In] IDispatch interface.
pctinfo [Out] Destination for the count.
RETURNS
Success: S_OK. pctinfo is updated with the count. This is always 1 if
the object provides type information, and 0 if it does not.
Failure: E_NOTIMPL. The object does not provide type information.
NOTES
See IDispatch(3w) and IDispatch_GetTypeInfo(3w).
IMPLEMENTATION
Defined in "oaidl.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/oleaut32/dispatch.c".
- Debug channel "ole".