mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 09:50:52 +00:00
ntdll: Match the definition of NtQueryEvent() with its declaration.
This commit is contained in:
parent
021d06a45f
commit
3fd2f084db
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue