struct SID_AND_ATTRIBUTES

typedef struct _SID_AND_ATTRIBUTES
{
     PVOID Sid;
     ULONG Attributes;
} SID_AND_ATTRIBUTES, *PSID_AND_ATTRIBUTES;

Windows Vista Kernel Structures