NAME

IDispatch_GetTypeInfo  (OLEAUT32.@)

SYNOPSIS

 static HRESULT IDispatch_GetTypeInfo
 (
  LPDISPATCH  iface,
  UINT        iTInfo,
  LCID        lcid,
  ITypeInfo** ppTInfo
 )

DESCRIPTION

Get type information from an IDispatch interface.

PARAMS

iface [In] IDispatch interface.
iTInfo [In] Index of type information.
lcid [In] Locale of the type information to get.
ppTInfo [Out] Destination for the ITypeInfo object.

RETURNS

Success: S_OK. ppTInfo is updated with the objects type information

Failure: DISP_E_BADINDEX, if iTInfo is any value other than 0.

NOTES

See IDispatch.

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.