Process Hacker
_SECTION_IMAGE_INFORMATION Struct Reference

#include <ntmmapi.h>

Data Fields

PVOID TransferAddress
 
ULONG ZeroBits
 
SIZE_T MaximumStackSize
 
SIZE_T CommittedStackSize
 
ULONG SubSystemType
 
union {
   struct {
      USHORT   SubSystemMinorVersion
 
      USHORT   SubSystemMajorVersion
 
   } 
 
   ULONG   SubSystemVersion
 
}; 
 
ULONG GpValue
 
USHORT ImageCharacteristics
 
USHORT DllCharacteristics
 
USHORT Machine
 
BOOLEAN ImageContainsCode
 
union {
   UCHAR   ImageFlags
 
   struct {
      UCHAR   ComPlusNativeReady: 1
 
      UCHAR   ComPlusILOnly: 1
 
      UCHAR   ImageDynamicallyRelocated: 1
 
      UCHAR   ImageMappedFlat: 1
 
      UCHAR   BaseBelow4gb: 1
 
      UCHAR   Reserved: 3
 
   } 
 
}; 
 
ULONG LoaderFlags
 
ULONG ImageFileSize
 
ULONG CheckSum
 

Detailed Description

Definition at line 186 of file ntmmapi.h.

Field Documentation

union { ... }
union { ... }
UCHAR BaseBelow4gb

Definition at line 216 of file ntmmapi.h.

ULONG CheckSum

Definition at line 222 of file ntmmapi.h.

SIZE_T CommittedStackSize

Definition at line 191 of file ntmmapi.h.

UCHAR ComPlusILOnly

Definition at line 213 of file ntmmapi.h.

UCHAR ComPlusNativeReady

Definition at line 212 of file ntmmapi.h.

USHORT DllCharacteristics

Definition at line 204 of file ntmmapi.h.

ULONG GpValue

Definition at line 202 of file ntmmapi.h.

USHORT ImageCharacteristics

Definition at line 203 of file ntmmapi.h.

BOOLEAN ImageContainsCode

Definition at line 206 of file ntmmapi.h.

UCHAR ImageDynamicallyRelocated

Definition at line 214 of file ntmmapi.h.

ULONG ImageFileSize

Definition at line 221 of file ntmmapi.h.

UCHAR ImageFlags

Definition at line 209 of file ntmmapi.h.

UCHAR ImageMappedFlat

Definition at line 215 of file ntmmapi.h.

ULONG LoaderFlags

Definition at line 220 of file ntmmapi.h.

USHORT Machine

Definition at line 205 of file ntmmapi.h.

SIZE_T MaximumStackSize

Definition at line 190 of file ntmmapi.h.

UCHAR Reserved

Definition at line 217 of file ntmmapi.h.

USHORT SubSystemMajorVersion

Definition at line 198 of file ntmmapi.h.

USHORT SubSystemMinorVersion

Definition at line 197 of file ntmmapi.h.

ULONG SubSystemType

Definition at line 192 of file ntmmapi.h.

ULONG SubSystemVersion

Definition at line 200 of file ntmmapi.h.

PVOID TransferAddress

Definition at line 188 of file ntmmapi.h.

ULONG ZeroBits

Definition at line 189 of file ntmmapi.h.


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