MdePkg[all]  1.08
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
EFI_COMPRESSION_SECTION2 Struct Reference

Data Fields

EFI_COMMON_SECTION_HEADER2 CommonHeader
 
UINT32 UncompressedLength
 
UINT8 CompressionType
 

Field Documentation

EFI_COMMON_SECTION_HEADER2 EFI_COMPRESSION_SECTION2::CommonHeader

Usual common section header. CommonHeader.Type = EFI_SECTION_COMPRESSION.

UINT8 EFI_COMPRESSION_SECTION2::CompressionType

Indicates which compression algorithm is used.

UINT32 EFI_COMPRESSION_SECTION2::UncompressedLength

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