[ros-diffs] [hpoussin] 23444: We should be able to set ThreadImpersonationToken information with NtSetInformationThread
hpoussin at svn.reactos.org
hpoussin at svn.reactos.org
Fri Aug 4 15:52:16 CEST 2006
Author: hpoussin
Date: Fri Aug 4 17:52:16 2006
New Revision: 23444
URL: http://svn.reactos.org/svn/reactos?rev=23444&view=rev
Log:
We should be able to set ThreadImpersonationToken information with NtSetInformationThread
Modified:
trunk/reactos/ntoskrnl/include/internal/ps_i.h
Modified: trunk/reactos/ntoskrnl/include/internal/ps_i.h
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/include/internal/ps_i.h?rev=23444&r1=23443&r2=23444&view=diff
==============================================================================
--- trunk/reactos/ntoskrnl/include/internal/ps_i.h (original)
+++ trunk/reactos/ntoskrnl/include/internal/ps_i.h Fri Aug 4 17:52:16 2006
@@ -393,7 +393,7 @@
(
HANDLE,
ULONG,
- ICIF_QUERY
+ ICIF_QUERY | ICIF_SET
),
/* ThreadDescriptorTableEntry */
More information about the Ros-diffs
mailing list