IAccessControl::SetAccessRights

This method replaces the existing access rights on an object with the specified list.

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 Values

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

OS Versions: Windows CE 3.0 and later.
Header: IAccess.h.
Link Library: Ole32.lib, Uuid.lib.

See Also

IAccessControl::GrantAccessRights | IAccessControl::GetAllAccessRights

Last updated on Wednesday, April 13, 2005

© 2005 Microsoft Corporation. All rights reserved.