次の方法で共有


IAccessControl::SetAccessRights (Windows CE 5.0)

Send Feedback

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

HRESULT SetAccessRights(PACTRL_ACCESSWpAccessList);

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

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.