RetroLinker
Linker for several 8-bit, 16-bit and 32-bit formats
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
Microsoft::PEFormat::ImportDirectory::Name Class Reference

Represents an entry in the hint-name table, corresponding to imports by name. More...

#include <peexe.h>

Public Member Functions

 Name (std::string name, uint16_t hint=0)
 

Public Attributes

uint16_t hint
 The hint (ordinal) corresponding to this entry.
 
std::string name = ""
 The name by which the entry is identified.
 
uint32_t rva = 0
 The relative virtual address of the name of the entry.
 

Detailed Description

Represents an entry in the hint-name table, corresponding to imports by name.


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