Undocumented functions of NTDLL

2OO7, 27 April


NtWaitForKeyedEvent
NtWaitForKeyedEvent

NTSYSAPI 
NTSTATUS
NTAPI

NtWaitForKeyedEvent(
IN HANDLE KeyedEventHandle, IN PVOID Key, IN BOOLEAN Alertable, IN PLARGE_INTEGER Timeout OPTIONAL );



Function with similar functionality as NtReleaseKeyedEvent. In my opinion it is not needed and exists only for future vision of KeyedEvent objects or just as a mistake.
Requirements:
Library: ntdll.lib


See also:
NtCreateKeyedEvent
NtOpenKeyedEvent
NtReleaseKeyedEvent