CSecurityDesc::IsDaclProtected
Determines if the discretionary access-control list (DACL) is configured to prevent modifications.
bool IsDaclProtected( ) const throw( );
Return Value
Returns true if the DACL is configured to prevent the security descriptor from being modified by inheritable access-control entries (ACEs). Returns false otherwise.
Remarks
To set this flag, use the CSecurityDesc::SetDacl method.
This method is only meaningful for Windows 2000 or later, as only Windows 2000 supports automatic propagation of inheritable ACEs.
Requirements
Header: atlsecurity.h
See Also
Reference
CSecurityDesc::IsDaclAutoInherited
CSecurityDesc::IsDaclDefaulted