// dispmprt.h
BOOLEAN DlScanRom(
PVOID DeviceHandle,
PUCHAR RomBase,
ULONG RomLength,
PUCHAR String
);
View the official Windows Driver Kit DDI referenceNo description available.
Performs a case-sensitive search for a specified string in ROM.
DeviceHandleA handle that represents a display adapter.
RomBaseSpecifies the base ROM address at which the search should start.
RomLengthSpecifies the size in bytes of the mapped ROM to be searched.
StringPointer to the driver-allocated string to search for.
This function returns BOOLEAN.