.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH ITypeInfo2_GetFuncIndexOfMemId 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBITypeInfo2_GetFuncIndexOfMemId\fR (OLEAUT32.@) .SH SYNOPSIS static HRESULT ITypeInfo2_GetFuncIndexOfMemId ( ITypeInfo2* \fIiface\fR, MEMBERID \fImemid\fR, INVOKEKIND \fIinvKind\fR, UINT* \fIpFuncIndex\fR ) .SH PARAMS \fIiface\fR \fB[In]\fR The TypeInfo in which to find the function. .PP \fImemid\fR \fB[In]\fR The member Id for the function. .PP \fIinvKind\fR \fB[In]\fR The invocation kind for the function. .PP \fIpFuncIndex\fR \fB[Out]\fR The index of the function. .PP .SH DESCRIPTION .PP Gets the index of a function given its member id. .SH RETURNS .PP \fBSuccess:\fR \fBS_OK\fR. .PP \fBFailure:\fR One of \fBE_OUTOFMEMORY\fR or \fBE_INVALIDARG\fR. .SH IMPLEMENTATION .PP Declared in \fB"oaidl.h"\fR. .PP Implemented in \fB"dlls/oleaut32/typelib2.c"\fR. .PP Debug channel \fB"ole"\fR.