ATTRIBUTES_AND_SID structure (ntifs.h)
The ATTRIBUTES_AND_SID structure associates a set of attributes with a security identifier (SID).
Syntax
typedef struct _ATTRIBUTES_AND_SID {
UINT32 Attributes;
ULONG SidStart;
} ATTRIBUTES_AND_SID, *PATTRIBUTES_AND_SID;
Members
Attributes
Value that represents the attributes associated with the SID.
SidStart
Starting point of the SID.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP |
Header | ntifs.h |