DlQueueDpc - NtDoc

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

BOOLEAN DlQueueDpc(
  PVOID DeviceHandle
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

DlQueueDpc function

Description

Allows a miniport driver to queue a DPC (displayport type-C).

Parameters

DeviceHandle

A handle that represents a display adapter.

Return value

This function returns BOOLEAN.

Remarks

See also