// ntifs.h typedef struct _ATTRIBUTES_AND_SID { UINT32 Attributes; ULONG SidStart; } ATTRIBUTES_AND_SID, *PATTRIBUTES_AND_SID;View the official Windows Driver Kit DDI reference
No description available.
The ATTRIBUTES_AND_SID structure associates a set of attributes with a security identifier (SID).
Attributes
Value that represents the attributes associated with the SID.
SidStart
Starting point of the SID.
View the official Windows Driver Kit DDI reference