CSecurityDesc::IsDaclProtected
Determines if the discretionary access-control list (DACL) is configured to prevent modifications.
bool IsDaclProtected( ) const throw( );
Возвращаемое значение
Returns true if the DACL is configured to prevent the security descriptor from being modified by inheritable access-control entries (ACEs). Returns false otherwise.
Заметки
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.
Требования
Header: atlsecurity.h
См. также
Основные понятия
CSecurityDesc::IsDaclAutoInherited