CSacl::CSacl
The constructor.
CSacl( ) throw( );
CSacl(
const ACL & rhs
) throw(...);
Parameters
- rhs
An existing ACL (access-control list) structure.
Remarks
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.
Requirements
Header: atlsecurity.h