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 by the caller.

IMPLEMENTATION

Declared in "mapiutil.h". https://source.winehq.org/source/include/mapiutil.h

Implemented in "dlls/mapi32/prop.c". https://source.winehq.org/source/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 Apr 2024.