// dispmprt.h
PVOID DlGetRomImage(
PVOID DeviceHandle,
PVOID Unused1,
ULONG Unused2,
ULONG Length
);
View the official Windows Driver Kit DDI referenceNo description available.
Reads the device's read-only memory (ROM).
DeviceHandleA handle that represents a display adapter.
Unused1Unused2LengthThe length in bytes.
This function returns PVOID.