mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 09:16:17 +00:00
We should be able to set ThreadImpersonationToken information with NtSetInformationThread
svn path=/trunk/; revision=23444
This commit is contained in:
parent
c5245d5b4b
commit
3008860064
1 changed files with 1 additions and 1 deletions
|
@ -393,7 +393,7 @@ static const INFORMATION_CLASS_INFO PsThreadInfoClass[] =
|
||||||
(
|
(
|
||||||
HANDLE,
|
HANDLE,
|
||||||
ULONG,
|
ULONG,
|
||||||
ICIF_QUERY
|
ICIF_QUERY | ICIF_SET
|
||||||
),
|
),
|
||||||
|
|
||||||
/* ThreadDescriptorTableEntry */
|
/* ThreadDescriptorTableEntry */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue