Undocumented functions of NTDLL

2OO1, 7 January


EVENT_TYPE
EVENT_TYPE

typedef enum _EVENT_TYPE {

NotificationEvent, SynchronizationEvent } EVENT_TYPE, *PEVENT_TYPE;



There are two Event types in WinNT:


To check what type of event do you have, use NtQueryEvent.


Documented by:
Tomasz Nowak



Requirements:
Library: ntdll.lib


See also:
NtClearEvent
NtCreateEvent
NtQueryEvent
NtResetEvent