IPropData_HrGetPropAccess (MAPI32.@)
static HRESULT IPropData_HrGetPropAccess ( LPPROPDATA iface, LPSPropTagArray* lppTags, ULONG** lppAccess )
Get the access levels for a group of property values in an IPropData object.
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. |
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.
- *lppTags and *lppAccess should be freed with MAPIFreeBuffer by the caller.
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.