DlGetRomImage - NtDoc

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

PVOID DlGetRomImage(
  PVOID DeviceHandle,
  PVOID Unused1,
  ULONG Unused2,
  ULONG Length
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

DlGetRomImage function

Description

Reads the device's read-only memory (ROM).

Parameters

DeviceHandle

A handle that represents a display adapter.

Unused1

Unused2

Length

The length in bytes.

Return value

This function returns PVOID.

Remarks

See also