iPXE
Data Fields
EFI_IMAGE_EXPORT_DIRECTORY Struct Reference

Export Directory Table. More...

#include <PeImage.h>

Data Fields

UINT32 Characteristics
 
UINT32 TimeDateStamp
 
UINT16 MajorVersion
 
UINT16 MinorVersion
 
UINT32 Name
 
UINT32 Base
 
UINT32 NumberOfFunctions
 
UINT32 NumberOfNames
 
UINT32 AddressOfFunctions
 
UINT32 AddressOfNames
 
UINT32 AddressOfNameOrdinals
 

Detailed Description

Export Directory Table.

Definition at line 584 of file PeImage.h.

Field Documentation

◆ Characteristics

UINT32 EFI_IMAGE_EXPORT_DIRECTORY::Characteristics

Definition at line 585 of file PeImage.h.

◆ TimeDateStamp

UINT32 EFI_IMAGE_EXPORT_DIRECTORY::TimeDateStamp

Definition at line 586 of file PeImage.h.

◆ MajorVersion

UINT16 EFI_IMAGE_EXPORT_DIRECTORY::MajorVersion

Definition at line 587 of file PeImage.h.

◆ MinorVersion

UINT16 EFI_IMAGE_EXPORT_DIRECTORY::MinorVersion

Definition at line 588 of file PeImage.h.

◆ Name

UINT32 EFI_IMAGE_EXPORT_DIRECTORY::Name

Definition at line 589 of file PeImage.h.

◆ Base

UINT32 EFI_IMAGE_EXPORT_DIRECTORY::Base

Definition at line 590 of file PeImage.h.

◆ NumberOfFunctions

UINT32 EFI_IMAGE_EXPORT_DIRECTORY::NumberOfFunctions

Definition at line 591 of file PeImage.h.

◆ NumberOfNames

UINT32 EFI_IMAGE_EXPORT_DIRECTORY::NumberOfNames

Definition at line 592 of file PeImage.h.

◆ AddressOfFunctions

UINT32 EFI_IMAGE_EXPORT_DIRECTORY::AddressOfFunctions

Definition at line 593 of file PeImage.h.

◆ AddressOfNames

UINT32 EFI_IMAGE_EXPORT_DIRECTORY::AddressOfNames

Definition at line 594 of file PeImage.h.

◆ AddressOfNameOrdinals

UINT32 EFI_IMAGE_EXPORT_DIRECTORY::AddressOfNameOrdinals

Definition at line 595 of file PeImage.h.


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