.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH ICreateTypeInfo2_SetImplTypeCustData 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBICreateTypeInfo2_SetImplTypeCustData\fR (OLEAUT32.@) .SH SYNOPSIS static HRESULT ICreateTypeInfo2_SetImplTypeCustData ( ICreateTypeInfo2* \fIiface\fR, UINT \fIindex\fR, REFGUID \fIguid\fR, VARIANT* \fIpVarVal\fR ) .SH PARAMS \fIiface\fR \fB[In]\fR The typeinfo on which to set the custom data. .PP \fIindex\fR \fB[In]\fR The \fIindex\fR of the implemented interface on which to set the custom data. .PP \fIguid\fR \fB[In]\fR The \fBGUID\fR used as a key to retrieve the custom data. .PP \fIpVarVal\fR \fB[In]\fR The custom data. .PP .SH DESCRIPTION .PP Set the custom data for an implemented interface. .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.