ntdll: Match the definition of NtQueryEvent() with its declaration.

This commit is contained in:
Michael Stefaniuc 2007-07-29 22:37:28 +02:00 committed by Alexandre Julliard
parent 021d06a45f
commit 3fd2f084db

View file

@ -297,7 +297,7 @@ NTSTATUS WINAPI NtPulseEvent( HANDLE handle, PULONG PulseCount )
*/
NTSTATUS WINAPI NtQueryEvent (
IN HANDLE EventHandle,
IN UINT EventInformationClass,
IN EVENT_INFORMATION_CLASS EventInformationClass,
OUT PVOID EventInformation,
IN ULONG EventInformationLength,
OUT PULONG ReturnLength)