mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 05:33:25 +00:00
[NTOS:SE] Implement the NtImpersonateAnonymousToken system call
Implement SepImpersonateAnonymousToken private helpers, which is necessary for the complete implementation of NtImpersonateAnonymousToken function and thus finally we're able to impersonate the anonymous logon token.
This commit is contained in:
parent
12c69e6d63
commit
44fb528fcc
2 changed files with 168 additions and 6 deletions
|
@ -239,7 +239,7 @@ NTSYSCALLAPI
|
|||
NTSTATUS
|
||||
NTAPI
|
||||
NtImpersonateAnonymousToken(
|
||||
_In_ HANDLE Thread
|
||||
_In_ HANDLE ThreadHandle
|
||||
);
|
||||
|
||||
__kernel_entry
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue