// dispmprt.h
NTSTATUS DlGetDeviceInformation(
PVOID DeviceHandle,
PDXGK_DEVICE_INFO DeviceInfo
);
View the official Windows Driver Kit DDI referenceNo description available.
Retrieves system-detected configuration information.
DeviceHandleA handle that represents a display adapter.
DeviceInfoDevice info.
This function returns NTSTATUS.