iPXE
Data Fields
EFI_GUID_DEFINED_SECTION2 Struct Reference

#include <PiFirmwareFile.h>

Data Fields

EFI_COMMON_SECTION_HEADER2 CommonHeader
 The common section header. More...
 
EFI_GUID SectionDefinitionGuid
 The GUID that defines the format of the data that follows. More...
 
UINT16 DataOffset
 Contains the offset in bytes from the beginning of the common header to the first byte of the data. More...
 
UINT16 Attributes
 The bit field that declares some specific characteristics of the section contents. More...
 

Detailed Description

Definition at line 382 of file PiFirmwareFile.h.

Field Documentation

◆ CommonHeader

EFI_COMMON_SECTION_HEADER2 EFI_GUID_DEFINED_SECTION2::CommonHeader

The common section header.

CommonHeader.Type = EFI_SECTION_GUID_DEFINED.

Definition at line 386 of file PiFirmwareFile.h.

◆ SectionDefinitionGuid

EFI_GUID EFI_GUID_DEFINED_SECTION2::SectionDefinitionGuid

The GUID that defines the format of the data that follows.

It is a vendor-defined section type.

Definition at line 390 of file PiFirmwareFile.h.

◆ DataOffset

UINT16 EFI_GUID_DEFINED_SECTION2::DataOffset

Contains the offset in bytes from the beginning of the common header to the first byte of the data.

Definition at line 394 of file PiFirmwareFile.h.

◆ Attributes

UINT16 EFI_GUID_DEFINED_SECTION2::Attributes

The bit field that declares some specific characteristics of the section contents.

Definition at line 398 of file PiFirmwareFile.h.


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