IADsAcl::CopyAcl method (iads.h)

The IADsAcl::CopyAcl method makes a copy of the existing ACL.

Syntax

HRESULT CopyAcl(
  IDispatch **ppAcl
);

Parameters

ppAcl

Pointer to the newly created copy of the existing ACL.

Return value

This method supports the standard return values, as well as the following:

For other return values, 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

See also

IADsAcl