IRB_REQ_GET_CONFIG_ROM structure (1394.h)

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

Syntax

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

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.

Requirements

Requirement Value
Header 1394.h