TianoCore EDK2 master
Loading...
Searching...
No Matches
EXTRACT_GUIDED_SECTION_HANDLER_INFO Struct Reference

Data Fields

UINT32 Signature
 
UINT32 NumberOfExtractHandler
 Number of handlers.
 
GUIDExtractHandlerGuidTable
 Guid table of handlers.
 
EXTRACT_GUIDED_SECTION_DECODE_HANDLERExtractDecodeHandlerTable
 Handler table for decoding correspond guided section.
 
EXTRACT_GUIDED_SECTION_GET_INFO_HANDLERExtractGetInfoHandlerTable
 Handler table for getting information about correspond guided section.
 
UINT32 Padding
 Padding.
 

Detailed Description

Extract guided section handler info.

Definition at line 18 of file BaseExtractGuidedSectionLib.c.

Field Documentation

◆ ExtractDecodeHandlerTable

EXTRACT_GUIDED_SECTION_DECODE_HANDLER * EXTRACT_GUIDED_SECTION_HANDLER_INFO::ExtractDecodeHandlerTable

Handler table for decoding correspond guided section.

Definition at line 22 of file BaseExtractGuidedSectionLib.c.

◆ ExtractGetInfoHandlerTable

EXTRACT_GUIDED_SECTION_GET_INFO_HANDLER * EXTRACT_GUIDED_SECTION_HANDLER_INFO::ExtractGetInfoHandlerTable

Handler table for getting information about correspond guided section.

Definition at line 23 of file BaseExtractGuidedSectionLib.c.

◆ ExtractHandlerGuidTable

GUID * EXTRACT_GUIDED_SECTION_HANDLER_INFO::ExtractHandlerGuidTable

Guid table of handlers.

Definition at line 21 of file BaseExtractGuidedSectionLib.c.

◆ NumberOfExtractHandler

UINT32 EXTRACT_GUIDED_SECTION_HANDLER_INFO::NumberOfExtractHandler

Number of handlers.

Definition at line 20 of file BaseExtractGuidedSectionLib.c.

◆ Padding

UINT32 EXTRACT_GUIDED_SECTION_HANDLER_INFO::Padding

Padding.

Definition at line 28 of file StandaloneMmExtractGuidedSectionLib.c.

◆ Signature

UINT32 EXTRACT_GUIDED_SECTION_HANDLER_INFO::Signature

Definition at line 19 of file BaseExtractGuidedSectionLib.c.


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