[NTOS:SE] Implement token groups adjusting

This commit is contained in:
George Bișoc 2021-09-18 17:14:27 +02:00
parent 7b622283ee
commit 8e6fc7a5f5
No known key found for this signature in database
GPG key ID: 688C4FBE25D7DEF6
2 changed files with 477 additions and 16 deletions

View file

@ -150,7 +150,7 @@ NtAdjustGroupsToken(
_In_opt_ PTOKEN_GROUPS NewState,
_In_opt_ ULONG BufferLength,
_Out_writes_bytes_to_opt_(BufferLength, *ReturnLength) PTOKEN_GROUPS PreviousState,
_Out_ PULONG ReturnLength);
_When_(PreviousState != NULL, _Out_) PULONG ReturnLength);
_Must_inspect_result_
__kernel_entry