ReactOS 0.4.15-dev-7994-gb388cb6
_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 1039 of file setypes.h.

Member Data Documentation

◆ AuthenticationId

LUID _TOKEN_GROUPS_AND_PRIVILEGES::AuthenticationId

Definition at line 1049 of file setypes.h.

Referenced by NtQueryInformationToken(), and QueryTokenPrivilegesAndGroupsTests().

◆ PrivilegeCount

$ULONG _TOKEN_GROUPS_AND_PRIVILEGES::PrivilegeCount

Definition at line 1046 of file setypes.h.

Referenced by NtQueryInformationToken(), and QueryTokenPrivilegesAndGroupsTests().

◆ PrivilegeLength

$ULONG _TOKEN_GROUPS_AND_PRIVILEGES::PrivilegeLength

Definition at line 1047 of file setypes.h.

Referenced by NtQueryInformationToken(), and QueryTokenPrivilegesAndGroupsTests().

◆ Privileges

PLUID_AND_ATTRIBUTES _TOKEN_GROUPS_AND_PRIVILEGES::Privileges

Definition at line 1048 of file setypes.h.

Referenced by NtQueryInformationToken().

◆ RestrictedSidCount

$ULONG _TOKEN_GROUPS_AND_PRIVILEGES::RestrictedSidCount

Definition at line 1043 of file setypes.h.

Referenced by NtQueryInformationToken(), and QueryTokenPrivilegesAndGroupsTests().

◆ RestrictedSidLength

$ULONG _TOKEN_GROUPS_AND_PRIVILEGES::RestrictedSidLength

Definition at line 1044 of file setypes.h.

Referenced by NtQueryInformationToken(), and QueryTokenPrivilegesAndGroupsTests().

◆ RestrictedSids

PSID_AND_ATTRIBUTES _TOKEN_GROUPS_AND_PRIVILEGES::RestrictedSids

Definition at line 1045 of file setypes.h.

Referenced by NtQueryInformationToken().

◆ SidCount

$ULONG _TOKEN_GROUPS_AND_PRIVILEGES::SidCount

Definition at line 1040 of file setypes.h.

Referenced by NtQueryInformationToken(), and QueryTokenPrivilegesAndGroupsTests().

◆ SidLength

$ULONG _TOKEN_GROUPS_AND_PRIVILEGES::SidLength

Definition at line 1041 of file setypes.h.

Referenced by NtQueryInformationToken(), and QueryTokenPrivilegesAndGroupsTests().

◆ Sids

PSID_AND_ATTRIBUTES _TOKEN_GROUPS_AND_PRIVILEGES::Sids

Definition at line 1042 of file setypes.h.

Referenced by NtQueryInformationToken().


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