DlGetDmaAdapter - NtDoc

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

PVP_DMA_ADAPTER DlGetDmaAdapter(
  PVOID                  DeviceHandle,
  PVP_DEVICE_DESCRIPTION DlpDeviceDescription
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

DlGetDmaAdapter function

Description

Returns a pointer to PVP_DMA_ADAPTER.

Parameters

DeviceHandle

A handle that represents a display adapter.

DlpDeviceDescription

Return value

This function returns PVP_DMA_ADAPTER.

Remarks

See also