CSecurityDesc::IsSaclDefaulted
Determines if the security descriptor is configured with a default system access-control list (SACL).
bool IsSaclDefaulted( ) const throw( );
Return Value
Returns true if the security descriptor contains a default SACL, false otherwise.
Remarks
This flag can affect how the system treats the SACL, with respect to access-control entry (ACE) inheritance. The system ignores this flag if the SE_SACL_PRESENT flag is not set.
To set this flag, use the CSecurityDesc::SetSacl method.
Requirements
Header: atlsecurity.h