Platform SDK: Active Directory, ADSI, and Directory Services

IADsAcl::CopyAcl

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

HRESULT IADsAcl::CopyAcl(
  IDispatch *ppAcl
);

Parameters

ppAcl
Pointer to the newly created copy of the existing ACL.

Return Values

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

S_OK
The copy is created successfully.

For other return values, see ADSI Error Codes.

Requirements

  Windows NT/2000: Requires Windows 2000 (or Windows NT 4.0 with DSClient).
  Windows 95/98: Requires Windows 95 or later (with DSClient).
  Header: Declared in Iads.h.

See Also

IADsAcl