IDispatch_GetTypeInfoCount (OLEAUT32.@)
static HRESULT IDispatch_GetTypeInfoCount ( LPDISPATCH iface, UINT* pctinfo )
Get the count of type information in an IDispatch interface.
iface | [In] | IDispatch interface. |
pctinfo | [Out] | Destination for the count. |
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.
See IDispatch and IDispatch_GetTypeInfo.
Not declared in a Wine header. The function is either undocumented, or missing from Wine.
Implemented in "dlls/oleaut32/dispatch.c". gitlab.winehq.org/wine/wine/blob/master/dlls/oleaut32/dispatch.c
Debug channel "ole".
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.