ReactOS 0.4.15-dev-7924-g5949c20
_LOADED_IMAGE Struct Reference

#include <dbghelp.h>

Collaboration diagram for _LOADED_IMAGE:

Public Attributes

PSTR ModuleName
 
HANDLE hFile
 
PUCHAR MappedAddress
 
PIMAGE_NT_HEADERS32 FileHeader
 
PIMAGE_SECTION_HEADER LastRvaSection
 
ULONG NumberOfSections
 
PIMAGE_SECTION_HEADER Sections
 
ULONG Characteristics
 
BOOLEAN fSystemImage
 
BOOLEAN fDOSImage
 
BOOLEAN fReadOnly
 
UCHAR Version
 
LIST_ENTRY Links
 
ULONG SizeOfImage
 

Detailed Description

Definition at line 97 of file dbghelp.h.

Member Data Documentation

◆ Characteristics

ULONG _LOADED_IMAGE::Characteristics

Definition at line 110 of file dbghelp.h.

Referenced by MapAndLoad().

◆ fDOSImage

BOOLEAN _LOADED_IMAGE::fDOSImage

Definition at line 112 of file dbghelp.h.

Referenced by MapAndLoad().

◆ FileHeader

PIMAGE_NT_HEADERS32 _LOADED_IMAGE::FileHeader

Definition at line 105 of file dbghelp.h.

Referenced by BindImageEx(), and MapAndLoad().

◆ fReadOnly

BOOLEAN _LOADED_IMAGE::fReadOnly

Definition at line 113 of file dbghelp.h.

◆ fSystemImage

BOOLEAN _LOADED_IMAGE::fSystemImage

Definition at line 111 of file dbghelp.h.

Referenced by MapAndLoad().

◆ hFile

HANDLE _LOADED_IMAGE::hFile

Definition at line 100 of file dbghelp.h.

Referenced by MapAndLoad(), and UnMapAndLoad().

◆ LastRvaSection

PIMAGE_SECTION_HEADER _LOADED_IMAGE::LastRvaSection

Definition at line 107 of file dbghelp.h.

Referenced by MapAndLoad().

◆ Links

LIST_ENTRY _LOADED_IMAGE::Links

Definition at line 115 of file dbghelp.h.

Referenced by MapAndLoad().

◆ MappedAddress

PUCHAR _LOADED_IMAGE::MappedAddress

Definition at line 101 of file dbghelp.h.

Referenced by BindImageEx(), MapAndLoad(), and UnMapAndLoad().

◆ ModuleName

PSTR _LOADED_IMAGE::ModuleName

Definition at line 99 of file dbghelp.h.

Referenced by MapAndLoad(), and UnMapAndLoad().

◆ NumberOfSections

ULONG _LOADED_IMAGE::NumberOfSections

Definition at line 108 of file dbghelp.h.

Referenced by MapAndLoad().

◆ Sections

PIMAGE_SECTION_HEADER _LOADED_IMAGE::Sections

Definition at line 109 of file dbghelp.h.

Referenced by MapAndLoad().

◆ SizeOfImage

ULONG _LOADED_IMAGE::SizeOfImage

Definition at line 116 of file dbghelp.h.

Referenced by MapAndLoad().

◆ Version

UCHAR _LOADED_IMAGE::Version

Definition at line 114 of file dbghelp.h.


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