Data Fields | |
EFI_STATUS_CODE_DATA | DataHeader |
UINT32 | LineNumber |
UINT32 | FileNameSize |
EFI_STATUS_CODE_STRING_DATA * | FileName |
The data indicates the location of the assertion that failed in the source code. This information includes the file name and line number that are necessary to find the failing assertion in source code.
The data header identifying the data. DataHeader.HeaderSize should be sizeof (EFI_STATUS_CODE_DATA), DataHeader.Size should be sizeof (EFI_DEBUG_ASSERT_DATA) - HeaderSize , and DataHeader.Type should be EFI_STATUS_CODE_SPECIFIC_DATA_GUID.
A pointer to a NULL-terminated ASCII or Unicode string that represents the file name of the source file where the fault was generated.
The size in bytes of FileName.
The line number of the source file where the fault was generated.