table of contents
other versions
- wheezy 1.4.1-4
IPropData_HrSetObjAccess(3w) | Wine API | IPropData_HrSetObjAccess(3w) |
NAME¶
IPropData_HrSetObjAccess (MAPI32.@)SYNOPSIS¶
static HRESULT IPropData_HrSetObjAccess(
LPPROPDATA iface,
ULONG ulAccess
)
DESCRIPTION¶
Set the access level of an IPropData object.PARAMS¶
iface [In] IPropData object to set the access on. ulAccess [In] Either IPROP_READONLY or IPROP_READWRITE for read or read/write access respectively.RETURNS¶
Success: S_OK. The objects access level is changed. Failure: MAPI_E_INVALID_PARAMETER, if any parameter is invalid.IMPLEMENTATION¶
Declared in "mapiutil.h". Implemented in "dlls/mapi32/prop.c". Debug channel "mapi".Oct 2012 | Wine API |