File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ NTSTATUS
32
32
NTAPI
33
33
NtDelayExecution (
34
34
_In_ BOOLEAN Alertable ,
35
- _In_ PLARGE_INTEGER DelayInterval
35
+ _In_opt_ PLARGE_INTEGER DelayInterval
36
36
);
37
37
38
38
// Environment values
Original file line number Diff line number Diff line change @@ -1408,7 +1408,7 @@ VOID
1408
1408
NTAPI
1409
1409
RtlInitEmptyUnicodeString (
1410
1410
_Out_ PUNICODE_STRING DestinationString ,
1411
- _In_ PWCHAR Buffer ,
1411
+ _In_opt_ PWCHAR Buffer ,
1412
1412
_In_ USHORT MaximumLength
1413
1413
)
1414
1414
{
Original file line number Diff line number Diff line change @@ -310,7 +310,7 @@ NtAdjustGroupsToken(
310
310
_In_opt_ PTOKEN_GROUPS NewState ,
311
311
_In_opt_ ULONG BufferLength ,
312
312
_Out_writes_bytes_to_opt_ (BufferLength , * ReturnLength ) PTOKEN_GROUPS PreviousState ,
313
- _Out_ PULONG ReturnLength
313
+ _Out_opt_ PULONG ReturnLength
314
314
);
315
315
316
316
#if (PHNT_VERSION >= PHNT_WIN8 )
You can’t perform that action at this time.
0 commit comments