Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

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

Feedback

Was this page helpful?

Additional resources