// dispmprt.h
VP_STATUS DlDeleteEvent(
IN PVOID DeviceHandle,
IN PEVENT pEvent
);
View the official Windows Driver Kit DDI referenceNo description available.
Deletes the specified event object.
DeviceHandleA handle to the device.
pEventPointer to the event object to be deleted.
This function returns VP_STATUS.