EFI_STATUS_CODE_STRING_DATA Struct Reference


Data Fields

EFI_STATUS_CODE_DATA DataHeader
EFI_STRING_TYPE StringType
EFI_STATUS_CODE_STRING String

Detailed Description

This data type defines a string type of extended data. A string can accompany any status code. The string can provide additional information about the status code. The string can be ASCII, Unicode, or a Human Interface Infrastructure (HII) token/GUID pair.

Field Documentation

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.


Generated on Thu Sep 24 23:14:28 2015 for MdePkg[ALL] by  doxygen 1.5.7.1