XenevaOS
Loading...
Searching...
No Matches
Public Attributes | List of all members
EFI_COMPRESSION_SECTION Struct Reference

#include <PiFirmwareFile.h>

Collaboration diagram for EFI_COMPRESSION_SECTION:
Collaboration graph
[legend]

Public Attributes

EFI_COMMON_SECTION_HEADER CommonHeader
 
UINT32 UncompressedLength
 
UINT8 CompressionType
 

Detailed Description

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

Member Data Documentation

◆ CommonHeader

EFI_COMMON_SECTION_HEADER EFI_COMPRESSION_SECTION::CommonHeader

Usual common section header. CommonHeader.Type = EFI_SECTION_COMPRESSION.

◆ CompressionType

UINT8 EFI_COMPRESSION_SECTION::CompressionType

Indicates which compression algorithm is used.

◆ UncompressedLength

UINT32 EFI_COMPRESSION_SECTION::UncompressedLength

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


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