IDispatch_GetTypeInfo(3w)

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(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".
Copyright © 2010-2025 Platon Technologies, s.r.o.           Home | Man pages | tLDP | Documents | Utilities | About
Design by styleshout