Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
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_ACCESSlist, 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_ACCESSWlist.

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