mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-11 16:46:16 +00:00
Handle TokenGroups in NtQueryInformationToken
This commit is contained in:
@@ -770,6 +770,12 @@ struct TOKEN_USER64
|
||||
SID_AND_ATTRIBUTES64 User;
|
||||
};
|
||||
|
||||
struct TOKEN_GROUPS64
|
||||
{
|
||||
ULONG GroupCount;
|
||||
SID_AND_ATTRIBUTES64 Groups[1];
|
||||
};
|
||||
|
||||
struct TOKEN_OWNER64
|
||||
{
|
||||
EMULATOR_CAST(EmulatorTraits<Emu64>::PVOID, PSID) Owner;
|
||||
|
||||
Reference in New Issue
Block a user