// dispmprt.h
VOID DlClearEvent(
PVOID DeviceHandle,
PEVENT pEvent
);
View the official Windows Driver Kit DDI referenceNo description available.
Sets an event to a not-signaled state.
DeviceHandleA handle to the device.
pEventPointer to an event to clear.