TianoCore EDK2 master
Loading...
Searching...
No Matches
EFI_STATUS_CODE_DATA Struct Reference

#include <MdePkg/Include/Pi/PiStatusCode.h>

Data Fields

UINT16 HeaderSize
 
UINT16 Size
 
EFI_GUID Type
 

Detailed Description

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.

Field Documentation

◆ HeaderSize

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.

◆ Size

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.

◆ Type

EFI_GUID EFI_STATUS_CODE_DATA::Type

The GUID defining the type of the data.

Definition at line 96 of file PiStatusCode.h.


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