DlDeleteEvent function (dispmprt.h)

Deletes the specified event object.

Syntax

VP_STATUS DlDeleteEvent(
  IN PVOID  DeviceHandle,
  IN PEVENT pEvent
);

Parameters

DeviceHandle

A handle to the device.

pEvent

Pointer to the event object to be deleted.

Return value

This function returns VP_STATUS.

Requirements

Requirement Value
Header dispmprt.h