iPXE
Data Fields
EFI_COMMON_SECTION_HEADER2 Struct Reference

#include <PiFirmwareFile.h>

Data Fields

UINT8 Size [3]
 A 24-bit unsigned integer that contains the total size of the section in bytes, including the EFI_COMMON_SECTION_HEADER. More...
 
EFI_SECTION_TYPE Type
 
UINT32 ExtendedSize
 If Size is 0xFFFFFF, then ExtendedSize contains the size of the section. More...
 

Detailed Description

Definition at line 244 of file PiFirmwareFile.h.

Field Documentation

◆ Size

UINT8 EFI_COMMON_SECTION_HEADER2::Size[3]

A 24-bit unsigned integer that contains the total size of the section in bytes, including the EFI_COMMON_SECTION_HEADER.

Definition at line 249 of file PiFirmwareFile.h.

◆ Type

EFI_SECTION_TYPE EFI_COMMON_SECTION_HEADER2::Type

Definition at line 251 of file PiFirmwareFile.h.

◆ ExtendedSize

UINT32 EFI_COMMON_SECTION_HEADER2::ExtendedSize

If Size is 0xFFFFFF, then ExtendedSize contains the size of the section.

If Size is not equal to 0xFFFFFF, then this field does not exist.

Definition at line 257 of file PiFirmwareFile.h.


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