IPropData_HrSetPropAccess (MAPI32.@)
static HRESULT IPropData_HrSetPropAccess ( LPPROPDATA iface, LPSPropTagArray lpTags, ULONG* lpAccess )
Set the access levels for a group of property values in an IPropData object.
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. |
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.
- 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.
Declared in "include/mapiutil.h". gitlab.winehq.org/wine/wine/blob/master/include/mapiutil.h
Implemented in "dlls/mapi32/prop.c". gitlab.winehq.org/wine/wine/blob/master/dlls/mapi32/prop.c
Debug channel "mapi".
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.