DlClearEvent function (dispmprt.h)

Sets an event to a not-signaled state.

Syntax

void DlClearEvent(
  PVOID  DeviceHandle,
  PEVENT pEvent
);

Parameters

DeviceHandle

A handle to the device.

pEvent

Pointer to an event to clear.

Return value

None

Requirements

Requirement Value
Header dispmprt.h