IADsAccessControlList::RemoveAce method (iads.h)
The IADsAccessControlList::RemoveAce method removes an access-control entry (ACE) from the access-control list (ACL).
Syntax
HRESULT RemoveAce(
[in] IDispatch *pAccessControlEntry
);
Parameters
[in] pAccessControlEntry
Pointer to the IDispatch interface of the ACE to be removed from the ACL.
Return value
This method returns standard return values.
For more information, see ADSI Error Codes.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista |
Minimum supported server | Windows Server 2008 |
Target Platform | Windows |
Header | iads.h |
DLL | Activeds.dll |