SYSTEM_SCOPED_POLICY_ID_ACE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ntifs-_system_scoped_policy_id_ace)

_SYSTEM_SCOPED_POLICY_ID_ACE structure

Description

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.

Members

Specifies an ACE_HEADER structure.

Mask

Specifies an ACCESS_MASK structure that specifies access rights for the scoped policy identifier.

SidStart

Specifies a SID. The SID represents a scoped policy configured to control access to an object or group of objects.

See also

ACCESS_MASK

ACE

ACE_HEADER

ACL

SID