Skip to content

Commit

Permalink
Update ntioapi.h
Browse files Browse the repository at this point in the history
  • Loading branch information
dmex committed Jan 8, 2025
1 parent bdb8b8f commit a1abf2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phnt/include/ntioapi.h
Original file line number Diff line number Diff line change
Expand Up @@ -2191,7 +2191,7 @@ NtCreateIoCompletion(
_Out_ PHANDLE IoCompletionHandle,
_In_ ACCESS_MASK DesiredAccess,
_In_opt_ POBJECT_ATTRIBUTES ObjectAttributes,
_In_opt_ ULONG Count
_In_opt_ ULONG NumberOfConcurrentThreads
);

NTSYSCALLAPI
Expand Down

0 comments on commit a1abf2e

Please sign in to comment.