IAccessControl::RevokeAccessRights (Windows CE 5.0)
This method removes any explicit entries for the list of trustees.
HRESULT RevokeAccessRights(LPWSTRlpProperty,ULONGcTrustees,TRUSTEEWprgTrustees[]);
Parameters
lpProperty
[in] Name of the property.If you are using the COM implementation of the IAccessControl interface, this parameter must be NULL.
cTrustees
[in] Number of trustees in the list. This value must not be zero.prgTrustees
[in] Pointer to an array of trustee names.
Return Values
None.
Remarks
Even after removing explicit entries, the trustees might still have access entries due to group inclusion.
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
Send Feedback on this topic to the authors