DlGetDeviceBase - NtDoc

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

PVOID DlGetDeviceBase(
  PVOID            DeviceHandle,
  PHYSICAL_ADDRESS IoAddress,
  ULONG            NumberOfUchars,
  UCHAR            InIoSpace
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

DlGetDeviceBase function

Description

Maps a range of bus-relative device memory or I/O addresses into system space.

Parameters

DeviceHandle

A handle that represents a display adapter.

IoAddress

NumberOfUchars

InIoSpace

Return value

This function returns PVOID.

Remarks

See also