Data Fields | |
EFI_STATUS_CODE_DATA | DataHeader |
EFI_STRING_TYPE | StringType |
EFI_STATUS_CODE_STRING | String |
The data header identifying the data. DataHeader.HeaderSize should be sizeof (EFI_STATUS_CODE_DATA), DataHeader.Size should be sizeof (EFI_STATUS_CODE_STRING_DATA) - HeaderSize, and DataHeader.Type should be EFI_STATUS_CODE_DATA_TYPE_STRING_GUID.
A pointer to the extended data. The data follows the format specified by StringType.
Specifies the format of the data in String.