mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 06:05:48 +00:00
[NTOS:SE] Implement token groups adjusting
This commit is contained in:
parent
7b622283ee
commit
8e6fc7a5f5
2 changed files with 477 additions and 16 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue