TokenGroupsAndPrivileges top-level constant

TOKEN_INFORMATION_CLASS const TokenGroupsAndPrivileges

The buffer receives a TOKEN_GROUPS_AND_PRIVILEGES structure that contains the user SID, the group accounts, the restricted SIDs, and the authentication ID associated with the token.

Implementation

const TokenGroupsAndPrivileges = TOKEN_INFORMATION_CLASS(13);