ReactOS 0.4.15-dev-7958-gcd0bb1a
Imports Struct Reference
Collaboration diagram for Imports:

Classes

struct  __IMPORT_BY_NAME
 

Public Attributes

IMAGE_IMPORT_DESCRIPTOR descriptors [2]
 
IMAGE_THUNK_DATA32 original_thunks [2]
 
IMAGE_THUNK_DATA32 thunks [2]
 
struct Imports::__IMPORT_BY_NAME ibn
 
char dllname [0x10]
 

Detailed Description

Definition at line 53 of file image.c.

Member Data Documentation

◆ descriptors

IMAGE_IMPORT_DESCRIPTOR Imports::descriptors

Definition at line 54 of file image.c.

◆ dllname

char Imports::dllname

Definition at line 61 of file image.c.

◆ ibn

◆ original_thunks

IMAGE_THUNK_DATA32 Imports::original_thunks

Definition at line 55 of file image.c.

◆ thunks

IMAGE_THUNK_DATA32 Imports::thunks

Definition at line 56 of file image.c.


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