Process Hacker
_PH_MAPPED_IMAGE_IMPORT_DLL Struct Reference

#include <ph.h>

Data Fields

PPH_MAPPED_IMAGE MappedImage
 
ULONG Flags
 
PSTR Name
 
ULONG NumberOfEntries
 
union {
   PIMAGE_IMPORT_DESCRIPTOR   Descriptor
 
   PVOID   DelayDescriptor
 
}; 
 
PVOID * LookupTable
 

Detailed Description

Definition at line 1458 of file ph.h.

Field Documentation

union { ... }
PVOID DelayDescriptor

Definition at line 1468 of file ph.h.

PIMAGE_IMPORT_DESCRIPTOR Descriptor

Definition at line 1467 of file ph.h.

ULONG Flags

Definition at line 1461 of file ph.h.

PVOID* LookupTable

Definition at line 1470 of file ph.h.

PPH_MAPPED_IMAGE MappedImage

Definition at line 1460 of file ph.h.

PSTR Name

Definition at line 1462 of file ph.h.

ULONG NumberOfEntries

Definition at line 1463 of file ph.h.


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