SID_TYPE

typedef enum tagSID_TYPE { /* st */

SidTypeUser = 1,

SidTypeGroup

} SID_TYPE ;

The SID_TYPE enumerated type lists the uses of SIDs. The enumerators indicate what a SID represents.

Enumerator Meaning

SidTypeUser This indicates a user SID.
SidTypeGroup This indicates a group SID.