ATTRIBUTES_AND_SID - NtDoc

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

NtDoc

No description available.

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

Description

The ATTRIBUTES_AND_SID structure associates a set of attributes with a security identifier (SID).

Members

Attributes

Value that represents the attributes associated with the SID.

SidStart

Starting point of the SID.