SYSTEM_SCOPED_POLICY_ID_ACE structure (winnt.h)
The SYSTEM_SCOPED_POLICY_ID_ACE structure defines an access control entry (ACE) for the system access control list (SACL) that specifies the scoped policy identifier for a securable object.
Syntax
typedef struct _SYSTEM_SCOPED_POLICY_ID_ACE {
ACE_HEADER Header;
ACCESS_MASK Mask;
DWORD SidStart;
} SYSTEM_SCOPED_POLICY_ID_ACE, *PSYSTEM_SCOPED_POLICY_ID_ACE;
Members
Header
An ACE_HEADER structure that specifies the size and type of the ACE. The structure also contains flags that control inheritance of the ACE by child objects. The AceType member of the ACE_HEADER structure must be set to SYSTEM_SCOPED_POLICY_ID_ACE, and the AceSize member must be set to the total number of bytes allocated for the SYSTEM_SCOPED_POLICY_ID_ACE structure.
Mask
The access policy associated with the SACL that contains this ACE.
SidStart
Specifies the first DWORD of a SID.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 8 [desktop apps only] |
Minimum supported server | Windows Server 2012 [desktop apps only] |
Header | winnt.h |