IRB_REQ_GET_CONFIG_ROM - NtDoc

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

typedef struct _IRB_REQ_GET_CONFIG_ROM {
  ULONG GenerationCount;
  PCROM ConfigRom;
  ULONG UnitDirectoryIndex;
  ULONG UnitDependentDirectoryIndex;
  ULONG VendorLeafIndex;
  ULONG ModelLeafIndex;
} IRB_REQ_GET_CONFIG_ROM;

View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-1394-_irb_req_get_config_rom)

_IRB_REQ_GET_CONFIG_ROM structure

Description

This structure contains the fields necessary for the bus driver to carry out a GetConfigRom request.

Members

GenerationCount

Receives the generation of the bus for which the contents of this configuration ROM was retrieved.

ConfigRom

Receives a pointer to a ConfigRom object.

UnitDirectoryIndex

Receives the index to the node's unit directory in its configuration ROM. This is an index to the Entries array in the u.GetConfigRom.ConfigRom structure.

UnitDependentDirectoryIndex

Receives the index to the node's unit dependent directory in its configuration ROM. This is an index to the Entries array in the u.GetConfigRom.ConfigRom structure.

VendorLeafIndex

Receives the index to the node's vendor textual leaf in the configuration ROM. This is an index to the Entries array in the u.GetConfigRom.ConfigRom structure.

ModelLeafIndex

Receives the index to the node's model textual leaf in the configuration ROM. This is an index to the Entries array in the u.GetConfigRom.ConfigRom structure.