Share via


IAccessControl::SetAccessRights (Windows Embedded CE 6.0)

1/6/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

See Also

Reference

IAccessControl
IAccessControl::GrantAccessRights
IAccessControl::GetAllAccessRights