Skip to content

Latest commit

 

History

History
102 lines (65 loc) · 2.86 KB

ns-ntifs-_access_denied_ace.md

File metadata and controls

102 lines (65 loc) · 2.86 KB
UID title description old-location tech.root ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames f1_keywords topic_type api_type api_location api_name
NS:ntifs._ACCESS_DENIED_ACE
_ACCESS_DENIED_ACE (ntifs.h)
The ACCESS_DENIED_ACE structure defines an access-control entry (ACE) for the discretionary access-control list (DACL) controlling access to an object.
ifsk\access_denied_ace.htm
ifsk
04/16/2018
ACCESS_DENIED_ACE structure
*PACCESS_DENIED_ACE, ACCESS_DENIED_ACE, ACCESS_DENIED_ACE structure [Installable File System Drivers], PACCESS_DENIED_ACE, PACCESS_DENIED_ACE structure pointer [Installable File System Drivers], _ACCESS_DENIED_ACE, ifsk.access_denied_ace, ntifs/ACCESS_DENIED_ACE, ntifs/PACCESS_DENIED_ACE, securitystructures_d2c690e3-53bc-4d57-b1b5-1a34ef612a7b.xml
ntifs.h
Ntifs.h
Windows
Windows
ACCESS_DENIED_ACE
_ACCESS_DENIED_ACE
ntifs/_ACCESS_DENIED_ACE
ACCESS_DENIED_ACE
ntifs/ACCESS_DENIED_ACE
APIRef
kbSyntax
HeaderDef
ntifs.h
_ACCESS_DENIED_ACE
ACCESS_DENIED_ACE

_ACCESS_DENIED_ACE structure

-description

The ACCESS_DENIED_ACE structure defines an access-control entry (ACE) for the discretionary access-control list (DACL) controlling access to an object. An access-denied ACE denies access to an object for a specific subject identified by a security identifier (SID).

-struct-fields

-field Header

Specifies an ACE_HEADER structure.

-field Mask

ACCESS_MASK structure specifying the access rights explicitly denied by this ACE.

-field SidStart

Specifies a SID. The access rights specified by the Mask member are denied to any subject possessing an enabled SID matching this member.

-remarks

This structure must be aligned on a 32-bit boundary.

-see-also

ACCESS_ALLOWED_ACE

ACCESS_MASK

ACE

ACE_HEADER

ACL

SID

SYSTEM_ALARM_ACE

SYSTEM_AUDIT_ACE