.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH ITypeInfo2_GetAllImplTypeCustData 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBITypeInfo2_GetAllImplTypeCustData\fR (OLEAUT32.@) .SH SYNOPSIS static HRESULT ITypeInfo2_GetAllImplTypeCustData ( ITypeInfo2* \fIiface\fR, UINT \fIindex\fR, CUSTDATA* \fIpCustData\fR ) .SH PARAMS \fIiface\fR \fB[In]\fR The TypeInfo in which to find the custom data. .PP \fIindex\fR \fB[In]\fR The \fIindex\fR of the implemented type for which to retrieve the custom data. .PP \fIpCustData\fR \fB[Out]\fR A pointer to the custom data. .PP .SH DESCRIPTION .PP Gets all of the custom data associated with an implemented type. .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.