IPropData_HrSetPropAccess(3w)
NAME
IPropData_HrSetPropAccess (MAPI32.@)
SYNOPSIS
static HRESULT IPropData_HrSetPropAccess ( LPPROPDATA iface, LPSPropTagArray lpTags, ULONG* lpAccess )
DESCRIPTION
Set the access levels for a group of property values in an IPropData
object.
PARAMS
iface [In] IPropData object to set access levels in.
lpTags [In] List of property Id's to set access for.
lpAccess [Out] Access level for each property in lpTags.
RETURNS
Success: S_OK. The access level of each property value in lpTags that
is present in iface is changed.
Failure: MAPI_E_INVALID_PARAMETER, if any parameter is invalid.
NOTES
- Each access level in lpAccess must contain at least one of IPROP_READONLY or IPROP_READWRITE, but not both, and also IPROP_CLEAN or IPROP_DIRTY, but not both. No other bits should be set.
- If a property Id in lpTags is not present in iface, it is ignored.
IMPLEMENTATION
Defined in "mapiutil.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/mapi32/prop.c".
- Debug channel "mapi".