DlScanRom function (dispmprt.h)

Performs a case-sensitive search for a specified string in ROM.

Syntax

BOOLEAN DlScanRom(
  PVOID  DeviceHandle,
  PUCHAR RomBase,
  ULONG  RomLength,
  PUCHAR String
);

Parameters

DeviceHandle

A handle that represents a display adapter.

RomBase

Specifies the base ROM address at which the search should start.

RomLength

Specifies the size in bytes of the mapped ROM to be searched.

String

Pointer to the driver-allocated string to search for.

Return value

This function returns BOOLEAN.

Requirements

Requirement Value
Header dispmprt.h