GetAccessScope method
Returns the scope of access on this item.
Syntax
C++
HRESULT
GetAccessScope (
ERUAccessMode
AccessMode,
ERUAccessScope
*pAccessScope)
Scripting languages
Scope
= Object.GetAccessScope (
AccessMode as ERUAccessMode) |
Parameters
AccessMode
What type of access the member has, as an ERUAccessMode
enumeration.
pAccessScope
Upon return, the value of the ERUAccessScope
enumeration that describes the access control list.
Return value
C++
The return code. |
Scripting languages
The value of the ERUAccessScope
enumeration that describes the access control list. |
|
Home
Applies to
IERUAccessControl
See also
Controlling access |