DlCreateEvent - NtDoc

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

VP_STATUS DlCreateEvent(
  IN PVOID   DeviceHandle,
  IN ULONG   EventFlag,
  PVOID      Unused,
  OUT PEVENT *ppEvent
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

DlCreateEvent function

Description

Creates an event object.

Parameters

DeviceHandle

A handle to the device.

EventFlag

Specifies the event type and initial event state.

Unused

Is currently ignored.

ppEvent

Pointer to the memory location at which a pointer to the event object will be returned.

Return value

This function returns VP_STATUS.

Remarks

See also