Поделиться через


CSacl::operator =

Assignment operator.

CSacl & operator =(
   const ACL & rhs 
) throw(...);

Параметры

  • rhs
    The ACL (access-control list) to assign to the existing object.

Возвращаемое значение

Returns a reference to the updated CSacl object. Ensure that the ACL parameter is actually a system access-control list (SACL) and not a discretionary access-control list (DACL). In debug builds an assertion will occur, and in release builds the ACL parameter will be ignored.

Требования

Header: atlsecurity.h

См. также

Основные понятия

CSacl Class

CSacl Members