Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
Concepts
CSecurityDesc::IsDaclAutoInherited