Data Fields | |
EFI_STATUS_CODE_DATA | DataHeader |
EFI_STATUS_CODE_DIMM_NUMBER | Instance |
This extended data may be used to convey the specifics of memory modules that do not match.
The data header identifying the data. DataHeader.HeaderSize should be sizeof (EFI_STATUS_CODE_DATA), DataHeader.Size should be sizeof (EFI_MEMORY_MODULE_MISMATCH_ERROR_DATA) - HeaderSize, and DataHeader.Type should be EFI_STATUS_CODE_SPECIFIC_DATA_GUID.
The instance number of the memory module that does not match.