Undocumented functions of NTDLL

2OO1, 7 January


NtClearEvent
NtClearEvent

NTSYSAPI 
NTSTATUS
NTAPI

NtClearEvent(
IN HANDLE EventHandle );





There're no functional difference between NtClearEvent and NtResetEvent, but the first works faster (see NtResetEvent).


Documented by:
Tomasz Nowak



Requirements:
Library: ntdll.lib


See also:
NtCreateEvent
NtOpenEvent
NtResetEvent
NtSetEvent