ImportDirectoryTableEntry

Undocumented in source.

Members

Functions

write
size_t write(Arena!ubyte sink)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

forwarderChain
uint forwarderChain;

The index of the first forwarder reference.

importAddressTableRVA
uint importAddressTableRVA;

The RVA of the import address table. The contents of this table are identical to the contents of the import lookup table until the image is bound.

importLookupTableRVA
uint importLookupTableRVA;

The RVA of the import lookup table. This table contains a name or ordinal for each import. (The name “Characteristics” is used in Winnt.h, but no longer describes this field.)

nameRVA
uint nameRVA;

The address of an ASCII string that contains the name of the DLL. This address is relative to the image base.

timestamp
uint timestamp;

The stamp that is set to zero until the image is bound. After the image is bound, this field is set to the time/data stamp of the DLL.

Meta