IAccessControl::SetAccessRights
A version of this page is also available for
4/8/2010
This method replaces the existing access rights on an object with the specified list.
Syntax
HRESULT SetAccessRights(
PACTRL_ACCESSW pAccessList
);
Parameters
- pAccessList
[in] Pointer to the ACTRL_ACCESS list, which contains an array of access lists to write to the object.
Return Value
None.
Remarks
After its access rights are replaced, an object has only the access rights specified in the ACTRL_ACCESSW list.
Following SetAccessRights, the access rights on an object are as follows:
[New Access Denied] [New Access Allowed]
To determine whether the platform supports this interface, see Determining Supported COM APIs.
Requirements
Header | iaccess.h |
Library | ole32.lib, uuid.lib |
Windows Embedded CE | Windows CE 3.0 and later |
Windows Mobile | Windows Mobile Version 5.0 and later |
See Also
Reference
IAccessControl::GrantAccessRights
IAccessControl::GetAllAccessRights