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


CSacl::CSacl

The constructor.

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

Параметры

  • rhs
    An existing ACL (access-control list) structure.

Заметки

The CSacl object can be optionally created using an existing ACL structure. Ensure that this parameter is a system access-control list (SACL) and not a discretionary access-control list (DACL). In debug builds, if a DACL is supplied an assertion will occur. In release builds any entries from a DACL are ignored.

Требования

Header: atlsecurity.h

См. также

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

CSacl Class

CSacl Members

CSacl::~CSacl