iPXE
Data Fields
EFI_STATUS_CODE_DATA Struct Reference

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...
 

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 86 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 90 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 94 of file PiStatusCode.h.

◆ Type

EFI_GUID EFI_STATUS_CODE_DATA::Type

The GUID defining the type of the data.

Definition at line 98 of file PiStatusCode.h.


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