DlSetEvent - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// dispmprt.h

LONG DlSetEvent(
  PVOID  DeviceHandle,
  PEVENT pEvent
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-dispmprt-dlsetevent)

DlSetEvent function

Description

Sets an event object to the signaled state if it was not already in that state, and returns the event object's previous state.

Parameters

DeviceHandle

A handle that represents a display adapter.

pEvent

A pointer to an event.

Return value

This function returns LONG.

Remarks

See also