retdec
Public Member Functions | Public Attributes | List of all members
PeLib::PELIB_THUNK_DATA Struct Reference

#include <PeLibAux.h>

Collaboration diagram for PeLib::PELIB_THUNK_DATA:
Collaboration graph
[legend]

Public Member Functions

 PELIB_THUNK_DATA ()
 
bool equalHint (std::uint16_t wHint) const
 
bool equalFunctionName (std::string strFunctionName) const
 
std::uint32_t calculateSize (std::uint32_t pointerSize) const
 

Public Attributes

PELIB_IMAGE_THUNK_DATA itd
 The IMAGE_THUNK_DATA struct of an imported function. More...
 
std::uint16_t hint
 The hint of an imported function. More...
 
std::string fname
 The function name of an imported function. More...
 

Constructor & Destructor Documentation

◆ PELIB_THUNK_DATA()

PeLib::PELIB_THUNK_DATA::PELIB_THUNK_DATA ( )
inline

Member Function Documentation

◆ calculateSize()

std::uint32_t PeLib::PELIB_THUNK_DATA::calculateSize ( std::uint32_t  pointerSize) const
inline

◆ equalFunctionName()

bool PeLib::PELIB_THUNK_DATA::equalFunctionName ( std::string  strFunctionName) const
inline

◆ equalHint()

bool PeLib::PELIB_THUNK_DATA::equalHint ( std::uint16_t  wHint) const
inline

Member Data Documentation

◆ fname

std::string PeLib::PELIB_THUNK_DATA::fname

The function name of an imported function.

◆ hint

std::uint16_t PeLib::PELIB_THUNK_DATA::hint

The hint of an imported function.

◆ itd

PELIB_IMAGE_THUNK_DATA PeLib::PELIB_THUNK_DATA::itd

The IMAGE_THUNK_DATA struct of an imported function.


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