// dispmprt.h
VP_STATUS DlCreateEvent(
IN PVOID DeviceHandle,
IN ULONG EventFlag,
PVOID Unused,
OUT PEVENT *ppEvent
);
View the official Windows Driver Kit DDI referenceNo description available.
Creates an event object.
DeviceHandleA handle to the device.
EventFlagSpecifies the event type and initial event state.
UnusedIs currently ignored.
ppEventPointer to the memory location at which a pointer to the event object will be returned.
This function returns VP_STATUS.