DlDeleteEvent - NtDoc

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

VP_STATUS DlDeleteEvent(
  IN PVOID  DeviceHandle,
  IN PEVENT pEvent
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

DlDeleteEvent function

Description

Deletes the specified event object.

Parameters

DeviceHandle

A handle to the device.

pEvent

Pointer to the event object to be deleted.

Return value

This function returns VP_STATUS.

Remarks

See also