DlSetEvent function (dispmprt.h)
Sets an event object to the signaled state if it was not already in that state, and returns the event object's previous state.
Syntax
LONG DlSetEvent(
PVOID DeviceHandle,
PEVENT pEvent
);
Parameters
DeviceHandle
A handle that represents a display adapter.
pEvent
A pointer to an event.
Return value
This function returns LONG.
Requirements
Requirement | Value |
---|---|
Header | dispmprt.h |