DlCreateEvent function (dispmprt.h)
Creates an event object.
Syntax
VP_STATUS DlCreateEvent(
IN PVOID DeviceHandle,
IN ULONG EventFlag,
PVOID Unused,
OUT PEVENT *ppEvent
);
Parameters
DeviceHandle
A handle to the device.
EventFlag
Specifies the event type and initial event state.
Unused
Is currently ignored.
ppEvent
Pointer to the memory location at which a pointer to the event object will be returned.
Return value
This function returns VP_STATUS.
Requirements
Requirement | Value |
---|---|
Header | dispmprt.h |