iPXE
|
Definition of Status Code extended data header. More...
#include <PiStatusCode.h>
Data Fields | |
UINT16 | HeaderSize |
The size of the structure. More... | |
UINT16 | Size |
The size of the data in bytes. More... | |
EFI_GUID | Type |
The GUID defining the type of the data. More... | |
Definition of Status Code extended data header.
The data will follow HeaderSize bytes from the beginning of the structure and is Size bytes long.
Definition at line 87 of file PiStatusCode.h.
UINT16 EFI_STATUS_CODE_DATA::HeaderSize |
The size of the structure.
This is specified to enable future expansion.
Definition at line 91 of file PiStatusCode.h.
UINT16 EFI_STATUS_CODE_DATA::Size |
The size of the data in bytes.
This does not include the size of the header structure.
Definition at line 95 of file PiStatusCode.h.
EFI_GUID EFI_STATUS_CODE_DATA::Type |
The GUID defining the type of the data.
Definition at line 99 of file PiStatusCode.h.