DlClearEvent - NtDoc

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

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

NtDoc

No description available.

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

DlClearEvent function

Description

Sets an event to a not-signaled state.

Parameters

DeviceHandle

A handle to the device.

pEvent

Pointer to an event to clear.

Remarks

See also