Data Fields | |
EFI_GUID | ProducerName |
UINT16 | Instance |
UINT16 | SubInstance |
The instance number of the subclass with the same ProducerName. This number is applicable in cases where multiple subclass instances that were produced by the same driver exist in the system. This entry is 1 based; 0 means Reserved and -1 means Not Applicable. All data consumer drivers should be able to handle all the possible values of Instance, including Not Applicable and Reserved.
EFI_GUID EFI_INTER_LINK_DATA::ProducerName |
An EFI_GUID that identifies the component that produced this data record. Type EFI_GUID is defined in InstallProtocolInterface() in the EFI 1.10 Specification.
The instance number of the RecordType for the same Instance. This number is applicable in cases where multiple instances of the RecordType exist for a specific Instance. This entry is 1 based; 0 means Reserved and -1 means Not Applicable. All data consumer drivers should be able to handle all the possible values of SubInstance, including Not Applicable and Reserved.