ReactOS 0.4.16-dev-1-gcf26321
|
#include <ntoskrnl.h>
#include <debug.h>
Go to the source code of this file.
Functions | |
PKEVENT NTAPI | IopCreateEvent (IN PUNICODE_STRING EventName, IN PHANDLE EventHandle, IN EVENT_TYPE Type) |
PKEVENT NTAPI | IoCreateNotificationEvent (IN PUNICODE_STRING EventName, IN PHANDLE EventHandle) |
PKEVENT NTAPI | IoCreateSynchronizationEvent (IN PUNICODE_STRING EventName, IN PHANDLE EventHandle) |
Definition at line 70 of file ioevent.c.
Referenced by START_TEST().
Definition at line 82 of file ioevent.c.
Referenced by InitializeGlobalData(), and START_TEST().
PKEVENT NTAPI IopCreateEvent | ( | IN PUNICODE_STRING | EventName, |
IN PHANDLE | EventHandle, | ||
IN EVENT_TYPE | Type | ||
) |
Definition at line 19 of file ioevent.c.
Referenced by IoCreateNotificationEvent(), and IoCreateSynchronizationEvent().