// ntifs.h
typedef struct _SYSTEM_SCOPED_POLICY_ID_ACE {
ACE_HEADER Header;
ACCESS_MASK Mask;
ULONG SidStart;
} SYSTEM_SCOPED_POLICY_ID_ACE, *PSYSTEM_SCOPED_POLICY_ID_ACE;
View the official Windows Driver Kit DDI referenceNo description available.
The SYSTEM_SCOPED_POLICY_ID_ACE structure defines an access-control entry (ACE) for the system access-control list (ACL) specifying rights for a scoped policy identifier. This ACE causes an audit message to be logged when an attempt to gain access to an object based on a configured policy scope.
HeaderSpecifies an ACE_HEADER structure.
MaskSpecifies an ACCESS_MASK structure that specifies access rights for the scoped policy identifier.
SidStartSpecifies a SID. The SID represents a scoped policy configured to control access to an object or group of objects.