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 and IDispatch_GetTypeInfo.

IMPLEMENTATION

Not declared in a Wine header. The function is either undocumented, or missing from Wine.

Implemented in "dlls/oleaut32/dispatch.c". https://source.winehq.org/source/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 Apr 2024.