From a1abf2e7aafd80abbb39cb17564dd3bd7f058ec3 Mon Sep 17 00:00:00 2001 From: dmex Date: Thu, 9 Jan 2025 05:14:42 +1100 Subject: [PATCH] Update ntioapi.h --- phnt/include/ntioapi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phnt/include/ntioapi.h b/phnt/include/ntioapi.h index 4ba98d46af2d..c0a3f7b92c7f 100644 --- a/phnt/include/ntioapi.h +++ b/phnt/include/ntioapi.h @@ -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