iPXE
Data Fields
EFI_COMPRESSION_SECTION Struct Reference

An encapsulation section type in which the section data is compressed. More...

#include <PiFirmwareFile.h>

Data Fields

EFI_COMMON_SECTION_HEADER CommonHeader
 Usual common section header. More...
 
UINT32 UncompressedLength
 The UINT32 that indicates the size of the section data after decompression. More...
 
UINT8 CompressionType
 Indicates which compression algorithm is used. More...
 

Detailed Description

An encapsulation section type in which the section data is compressed.

Definition at line 276 of file PiFirmwareFile.h.

Field Documentation

◆ CommonHeader

EFI_COMMON_SECTION_HEADER EFI_COMPRESSION_SECTION::CommonHeader

Usual common section header.

CommonHeader.Type = EFI_SECTION_COMPRESSION.

Definition at line 280 of file PiFirmwareFile.h.

◆ UncompressedLength

UINT32 EFI_COMPRESSION_SECTION::UncompressedLength

The UINT32 that indicates the size of the section data after decompression.

Definition at line 284 of file PiFirmwareFile.h.

◆ CompressionType

UINT8 EFI_COMPRESSION_SECTION::CompressionType

Indicates which compression algorithm is used.

Definition at line 288 of file PiFirmwareFile.h.


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