IPropData_HrGetPropAccess(3w)
NAME
IPropData_HrGetPropAccess (MAPI32.@)
SYNOPSIS
static HRESULT IPropData_HrGetPropAccess ( LPPROPDATA iface, LPSPropTagArray* lppTags, ULONG** lppAccess )
DESCRIPTION
Get the access levels for a group of property values in an IPropData
object.
PARAMS
iface [In] IPropData object to get access levels from.
lppTags [Out] Destination for the list of property Id's in iface.
lppAccess [Out] Destination for access level for each property in lppTags.
RETURNS
Success: S_OK. lppTags and lppAccess contain the property Id's and the
Access level of each property value in iface.
Failure: MAPI_E_INVALID_PARAMETER, if any parameter is invalid, or MAPI_E_NOT_ENOUGH_MEMORY if memory allocation fails.
NOTES
- *lppTags and *lppAccess should be freed with MAPIFreeBuffer(3w) by
the caller.
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".