Process Hacker
_PH_MAPPED_IMAGE_IMPORTS Struct Reference

#include <ph.h>

Data Fields

PPH_MAPPED_IMAGE MappedImage
 
ULONG Flags
 
ULONG NumberOfDlls
 
union {
   PIMAGE_IMPORT_DESCRIPTOR   DescriptorTable
 
   PVOID   DelayDescriptorTable
 
}; 
 

Detailed Description

Definition at line 1445 of file ph.h.

Field Documentation

union { ... }
PVOID DelayDescriptorTable

Definition at line 1454 of file ph.h.

PIMAGE_IMPORT_DESCRIPTOR DescriptorTable

Definition at line 1453 of file ph.h.

ULONG Flags

Definition at line 1448 of file ph.h.

PPH_MAPPED_IMAGE MappedImage

Definition at line 1447 of file ph.h.

ULONG NumberOfDlls

Definition at line 1449 of file ph.h.


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