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

oldstable
Michael Stefaniuc 2007-07-29 22:37:28 +02:00 committed by Alexandre Julliard
parent 021d06a45f
commit 3fd2f084db
1 changed files with 1 additions and 1 deletions

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)