.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH IDispatch_GetTypeInfo 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBIDispatch_GetTypeInfo\fR (OLEAUT32.@) .SH SYNOPSIS static HRESULT IDispatch_GetTypeInfo ( LPDISPATCH \fIiface\fR, UINT \fIiTInfo\fR, LCID \fIlcid\fR, ITypeInfo** \fIppTInfo\fR ) .SH DESCRIPTION .PP Get type information from an \fBIDispatch\fR interface. .SH PARAMS \fIiface\fR \fB[In]\fR \fBIDispatch\fR interface. .PP \fIiTInfo\fR \fB[In]\fR Index of type information. .PP \fIlcid\fR \fB[In]\fR Locale of the type information to get. .PP \fIppTInfo\fR \fB[Out]\fR Destination for the \fBITypeInfo\fR object. .PP .SH RETURNS .PP \fBSuccess:\fR \fBS_OK\fR. \fIppTInfo\fR is updated with the objects type information .PP \fBFailure:\fR \fBDISP_E_BADINDEX\fR, if \fIiTInfo\fR is any value other than \fB0.\fR .SH NOTES .PP See \fBIDispatch(3w)\fR. .SH IMPLEMENTATION .PP Declared in \fB"oaidl.h"\fR. .PP Implemented in \fB"dlls/oleaut32/dispatch.c"\fR. .PP Debug channel \fB"ole"\fR.