|
XenevaOS
|
#include <StatusCodeDataTypeId.h>
Public Attributes | |
| EFI_HII_HANDLE | Handle |
| EFI_STRING_ID | Token |
Specifies the format of the data in EFI_STATUS_CODE_STRING_DATA.String.
| EFI_HII_HANDLE EFI_STATUS_CODE_STRING_TOKEN::Handle |
The HII package list which contains the string. Handle is a dynamic value that may not be the same for different boots. Type EFI_HII_HANDLE is defined in EFI_HII_DATABASE_PROTOCOL.NewPackageList() in the UEFI Specification.
| EFI_STRING_ID EFI_STATUS_CODE_STRING_TOKEN::Token |
When combined with Handle, the string token can be used to retrieve the string. Type EFI_STRING_ID is defined in EFI_IFR_OP_HEADER in the UEFI Specification.