.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH ITypeInfo2_GetAllCustData 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBITypeInfo2_GetAllCustData\fR (OLEAUT32.@) .SH SYNOPSIS static HRESULT ITypeInfo2_GetAllCustData ( ITypeInfo2* \fIiface\fR, CUSTDATA* \fIpCustData\fR ) .SH PARAMS \fIiface\fR \fB[In]\fR The TypeInfo in which to find 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 a TypeInfo. .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.