DlGetDeviceInformation - NtDoc

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

NTSTATUS DlGetDeviceInformation(
  PVOID             DeviceHandle,
  PDXGK_DEVICE_INFO DeviceInfo
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

DlGetDeviceInformation function

Description

Retrieves system-detected configuration information.

Parameters

DeviceHandle

A handle that represents a display adapter.

DeviceInfo

Device info.

Return value

This function returns NTSTATUS.

Remarks

See also