ntdll: Implement NtQueryInformationToken(TokenSessionId).
commiteb69da2a9cbbc4f9893ca6ae43420c71f9b63571
authorAlexandre Julliard <julliard@winehq.org>
Thu, 1 Jul 2021 14:22:26 +0000 (1 16:22 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 1 Jul 2021 20:34:31 +0000 (1 22:34 +0200)
treea9f084edd360531eb87a97021de16fb09c625387
parent2b5cefc92e1bc78b9e5d73a54454a3cba771b19f
ntdll: Implement NtQueryInformationToken(TokenSessionId).

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=46595
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
dlls/ntdll/unix/security.c
include/wine/server_protocol.h
server/protocol.def
server/request.h
server/token.c
server/trace.c