XenevaOS
Loading...
Searching...
No Matches
Public Attributes | List of all members
EFI_STATUS_CODE_STRING_DATA Struct Reference

#include <StatusCodeDataTypeId.h>

Collaboration diagram for EFI_STATUS_CODE_STRING_DATA:
Collaboration graph
[legend]

Public Attributes

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.

Member Data Documentation

◆ DataHeader

EFI_STATUS_CODE_DATA EFI_STATUS_CODE_STRING_DATA::DataHeader

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.

◆ String

EFI_STATUS_CODE_STRING EFI_STATUS_CODE_STRING_DATA::String

A pointer to the extended data. The data follows the format specified by StringType.

◆ StringType

EFI_STRING_TYPE EFI_STATUS_CODE_STRING_DATA::StringType

Specifies the format of the data in String.


The documentation for this struct was generated from the following file: