.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH IPropData_SaveChanges 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBIPropData_SaveChanges\fR (MAPI32.@) .SH SYNOPSIS static HRESULT IPropData_SaveChanges ( LPPROPDATA \fIiface\fR, ULONG \fIulFlags\fR ) .SH DESCRIPTION .PP Update any changes made to a transactional \fBIMAPIProp\fR object. .SH PARAMS \fIiface\fR \fB[In]\fR \fBIMAPIProp\fR object to update. .PP \fIulFlags\fR \fB[In]\fR Flags controlling the update. .PP .SH RETURNS .PP \fBSuccess:\fR \fBS_OK\fR. Any outstanding changes are committed to the object. .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.