iPXE
Data Fields
EFI_IMAGE_IMPORT_DESCRIPTOR Struct Reference

Import Directory Table. More...

#include <PeImage.h>

Data Fields

UINT32 Characteristics
 
UINT32 TimeDateStamp
 
UINT32 ForwarderChain
 
UINT32 Name
 
EFI_IMAGE_THUNK_DATAFirstThunk
 

Detailed Description

Import Directory Table.

Definition at line 631 of file PeImage.h.

Field Documentation

◆ Characteristics

UINT32 EFI_IMAGE_IMPORT_DESCRIPTOR::Characteristics

Definition at line 632 of file PeImage.h.

◆ TimeDateStamp

UINT32 EFI_IMAGE_IMPORT_DESCRIPTOR::TimeDateStamp

Definition at line 633 of file PeImage.h.

◆ ForwarderChain

UINT32 EFI_IMAGE_IMPORT_DESCRIPTOR::ForwarderChain

Definition at line 634 of file PeImage.h.

◆ Name

UINT32 EFI_IMAGE_IMPORT_DESCRIPTOR::Name

Definition at line 635 of file PeImage.h.

◆ FirstThunk

EFI_IMAGE_THUNK_DATA* EFI_IMAGE_IMPORT_DESCRIPTOR::FirstThunk

Definition at line 636 of file PeImage.h.


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