IDispatch_GetTypeInfo (OLEAUT32.@)
static HRESULT IDispatch_GetTypeInfo ( LPDISPATCH iface, UINT iTInfo, LCID lcid, ITypeInfo** ppTInfo )
Get type information from an IDispatch interface.
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. |
Success: S_OK. ppTInfo is updated with the objects type information
Failure: DISP_E_BADINDEX, if iTInfo is any value other than 0.
See IDispatch.
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.