.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH IPropData_HrGetPropAccess 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBIPropData_HrGetPropAccess\fR (MAPI32.@) .SH SYNOPSIS static HRESULT IPropData_HrGetPropAccess ( LPPROPDATA \fIiface\fR, LPSPropTagArray* \fIlppTags\fR, ULONG** \fIlppAccess\fR ) .SH DESCRIPTION .PP Get 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 get access levels from. .PP \fIlppTags\fR \fB[Out]\fR Destination for the list of property Id's in \fIiface\fR. .PP \fIlppAccess\fR \fB[Out]\fR Destination for access level for each property in \fIlppTags\fR. .PP .SH RETURNS .PP \fBSuccess:\fR \fBS_OK\fR. \fIlppTags\fR and \fIlppAccess\fR contain the property Id's and the Access level of each property value in \fIiface\fR. .PP \fBFailure:\fR \fBMAPI_E_INVALID_PARAMETER\fR, if any parameter is invalid, or \fBMAPI_E_NOT_ENOUGH_MEMORY\fR if memory allocation fails. .SH NOTES .PP \fB-\fR *\fIlppTags\fR and *\fIlppAccess\fR should be freed with \fBMAPIFreeBuffer(3w)\fR by the caller. .SH IMPLEMENTATION .PP Declared in \fB"mapiutil.h"\fR. .PP Implemented in \fB"dlls/mapi32/prop.c"\fR. .PP Debug channel \fB"mapi"\fR.