IPropData_HrSetObjAccess (MAPI32.@)
static HRESULT IPropData_HrSetObjAccess ( LPPROPDATA iface, ULONG ulAccess )
Set the access level of an IPropData object.
iface | [In] | IPropData object to set the access on. |
ulAccess | [In] | Either IPROP_READONLY or IPROP_READWRITE for read or read/write access respectively. |
Success: S_OK. The objects access level is changed.
Failure: MAPI_E_INVALID_PARAMETER, if any parameter is invalid.
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.