.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH IPropData_SetProps 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBIPropData_SetProps\fR (MAPI32.@) .SH SYNOPSIS static HRESULT IPropData_SetProps ( LPPROPDATA \fIiface\fR, ULONG \fIulValues\fR, LPSPropValue \fIlpProps\fR, LPSPropProblemArray* \fIlppProbs\fR ) .SH DESCRIPTION .PP Add or edit the property values in an \fBIMAPIProp\fR object. .SH PARAMS \fIiface\fR \fB[In]\fR \fBIMAPIProp\fR object to get the property tag list from. .PP \fIulValues\fR \fB[In]\fR Number of properties in \fIlpProps\fR. .PP \fIlpProps\fR \fB[In]\fR Property values to set. .PP \fIlppProbs\fR \fB[Out]\fR Optional destination for any problems that occurred. .PP .SH RETURNS .PP \fBSuccess:\fR \fBS_OK\fR. The properties in \fIlpProps\fR are added to \fIiface\fR if they don't exist, or changed to the values in \fIlpProps\fR if they do .PP \fBFailure:\fR An \fBHRESULT\fR error code describing the error .SH IMPLEMENTATION .PP Declared in \fB"mapiutil.h"\fR. .PP Implemented in \fB"dlls/mapi32/prop.c"\fR. .PP Debug channel \fB"mapi"\fR.