ReactOS 0.4.16-dev-1484-g212a1a5
_TOKEN_GROUPS_AND_PRIVILEGES Struct Reference

#include <setypes.h>

Collaboration diagram for _TOKEN_GROUPS_AND_PRIVILEGES:

Public Attributes

$ULONG SidCount
 
$ULONG SidLength
 
PSID_AND_ATTRIBUTES Sids
 
$ULONG RestrictedSidCount
 
$ULONG RestrictedSidLength
 
PSID_AND_ATTRIBUTES RestrictedSids
 
$ULONG PrivilegeCount
 
$ULONG PrivilegeLength
 
PLUID_AND_ATTRIBUTES Privileges
 
LUID AuthenticationId
 

Detailed Description

Definition at line 1051 of file setypes.h.

Member Data Documentation

◆ AuthenticationId

LUID _TOKEN_GROUPS_AND_PRIVILEGES::AuthenticationId

Definition at line 1061 of file setypes.h.

Referenced by NtQueryInformationToken(), and QueryTokenPrivilegesAndGroupsTests().

◆ PrivilegeCount

$ULONG _TOKEN_GROUPS_AND_PRIVILEGES::PrivilegeCount

Definition at line 1058 of file setypes.h.

Referenced by NtQueryInformationToken(), and QueryTokenPrivilegesAndGroupsTests().

◆ PrivilegeLength

$ULONG _TOKEN_GROUPS_AND_PRIVILEGES::PrivilegeLength

Definition at line 1059 of file setypes.h.

Referenced by NtQueryInformationToken(), and QueryTokenPrivilegesAndGroupsTests().

◆ Privileges

PLUID_AND_ATTRIBUTES _TOKEN_GROUPS_AND_PRIVILEGES::Privileges

Definition at line 1060 of file setypes.h.

Referenced by NtQueryInformationToken().

◆ RestrictedSidCount

$ULONG _TOKEN_GROUPS_AND_PRIVILEGES::RestrictedSidCount

Definition at line 1055 of file setypes.h.

Referenced by NtQueryInformationToken(), and QueryTokenPrivilegesAndGroupsTests().

◆ RestrictedSidLength

$ULONG _TOKEN_GROUPS_AND_PRIVILEGES::RestrictedSidLength

Definition at line 1056 of file setypes.h.

Referenced by NtQueryInformationToken(), and QueryTokenPrivilegesAndGroupsTests().

◆ RestrictedSids

PSID_AND_ATTRIBUTES _TOKEN_GROUPS_AND_PRIVILEGES::RestrictedSids

Definition at line 1057 of file setypes.h.

Referenced by NtQueryInformationToken().

◆ SidCount

$ULONG _TOKEN_GROUPS_AND_PRIVILEGES::SidCount

Definition at line 1052 of file setypes.h.

Referenced by NtQueryInformationToken(), and QueryTokenPrivilegesAndGroupsTests().

◆ SidLength

$ULONG _TOKEN_GROUPS_AND_PRIVILEGES::SidLength

Definition at line 1053 of file setypes.h.

Referenced by NtQueryInformationToken(), and QueryTokenPrivilegesAndGroupsTests().

◆ Sids

PSID_AND_ATTRIBUTES _TOKEN_GROUPS_AND_PRIVILEGES::Sids

Definition at line 1054 of file setypes.h.

Referenced by NtQueryInformationToken().


The documentation for this struct was generated from the following file: