ntdll: Match the definition of NtQueryEvent() with its declaration.
This commit is contained in:
parent
021d06a45f
commit
3fd2f084db
|
@ -297,7 +297,7 @@ NTSTATUS WINAPI NtPulseEvent( HANDLE handle, PULONG PulseCount )
|
||||||
*/
|
*/
|
||||||
NTSTATUS WINAPI NtQueryEvent (
|
NTSTATUS WINAPI NtQueryEvent (
|
||||||
IN HANDLE EventHandle,
|
IN HANDLE EventHandle,
|
||||||
IN UINT EventInformationClass,
|
IN EVENT_INFORMATION_CLASS EventInformationClass,
|
||||||
OUT PVOID EventInformation,
|
OUT PVOID EventInformation,
|
||||||
IN ULONG EventInformationLength,
|
IN ULONG EventInformationLength,
|
||||||
OUT PULONG ReturnLength)
|
OUT PULONG ReturnLength)
|
||||||
|
|
Loading…
Reference in New Issue