.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH IPropData_HrSetPropAccess 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBIPropData_HrSetPropAccess\fR (MAPI32.@) .SH SYNOPSIS static HRESULT IPropData_HrSetPropAccess ( LPPROPDATA \fIiface\fR, LPSPropTagArray \fIlpTags\fR, ULONG* \fIlpAccess\fR ) .SH DESCRIPTION .PP Set the access levels for a group of property values in an \fBIPropData\fR object. .SH PARAMS \fIiface\fR \fB[In]\fR \fBIPropData\fR object to set access levels in. .PP \fIlpTags\fR \fB[In]\fR List of property Id's to set access for. .PP \fIlpAccess\fR \fB[Out]\fR Access level for each property in \fIlpTags\fR. .PP .SH RETURNS .PP \fBSuccess:\fR \fBS_OK\fR. The access level of each property value in \fIlpTags\fR that is present in \fIiface\fR is changed. .PP \fBFailure:\fR \fBMAPI_E_INVALID_PARAMETER\fR, if any parameter is invalid. .SH NOTES .PP \fB-\fR Each access level in \fIlpAccess\fR must contain at least one of \fBIPROP_READONLY\fR or \fBIPROP_READWRITE\fR, but not both, and also \fBIPROP_CLEAN\fR or \fBIPROP_DIRTY\fR, but not both. No other bits should be set. .PP \fB-\fR If a property Id in \fIlpTags\fR is not present in \fIiface\fR, it is ignored. .SH IMPLEMENTATION .PP Declared in \fB"mapiutil.h"\fR. .PP Implemented in \fB"dlls/mapi32/prop.c"\fR. .PP Debug channel \fB"mapi"\fR.