TianoCore EDK2 master
|
#include <MdePkg/Include/Pi/PiStatusCode.h>
Data Fields | |
UINT16 | HeaderSize |
UINT16 | Size |
EFI_GUID | Type |
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 84 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 88 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 92 of file PiStatusCode.h.
EFI_GUID EFI_STATUS_CODE_DATA::Type |
The GUID defining the type of the data.
Definition at line 96 of file PiStatusCode.h.