ReactOS 0.4.15-dev-8028-g8e799e2
_IMAGE_INFO Struct Reference

#include <pstypes.h>

Collaboration diagram for _IMAGE_INFO:

Public Attributes

union {
   ULONG   Properties
 
   struct {
      ULONG   ImageAddressingMode:8
 
      ULONG   SystemModeImage:1
 
      ULONG   ImageMappedToAllPids:1
 
      ULONG   ExtendedInfoPresent:1
 
      ULONG   Reserved:21
 
   }   DUMMYSTRUCTNAME
 
DUMMYUNIONNAME
 
PVOID ImageBase
 
ULONG ImageSelector
 
SIZE_T ImageSize
 
ULONG ImageSectionNumber
 

Detailed Description

Definition at line 196 of file pstypes.h.

Member Data Documentation

◆ 

_ANONYMOUS_STRUCT struct { ... } _IMAGE_INFO::DUMMYSTRUCTNAME

◆ 

_ANONYMOUS_UNION union { ... } _IMAGE_INFO::DUMMYUNIONNAME

◆ ExtendedInfoPresent

ULONG _IMAGE_INFO::ExtendedInfoPresent

Definition at line 203 of file pstypes.h.

◆ ImageAddressingMode

ULONG _IMAGE_INFO::ImageAddressingMode

Definition at line 200 of file pstypes.h.

Referenced by DbgkCreateThread(), and MmLoadSystemImage().

◆ ImageBase

PVOID _IMAGE_INFO::ImageBase

Definition at line 207 of file pstypes.h.

Referenced by DbgkCreateThread(), and MmLoadSystemImage().

◆ ImageMappedToAllPids

ULONG _IMAGE_INFO::ImageMappedToAllPids

Definition at line 202 of file pstypes.h.

◆ ImageSectionNumber

ULONG _IMAGE_INFO::ImageSectionNumber

Definition at line 210 of file pstypes.h.

Referenced by DbgkCreateThread(), and MmLoadSystemImage().

◆ ImageSelector

ULONG _IMAGE_INFO::ImageSelector

Definition at line 208 of file pstypes.h.

Referenced by DbgkCreateThread(), and MmLoadSystemImage().

◆ ImageSize

SIZE_T _IMAGE_INFO::ImageSize

Definition at line 209 of file pstypes.h.

Referenced by DbgkCreateThread(), and MmLoadSystemImage().

◆ Properties

ULONG _IMAGE_INFO::Properties

Definition at line 198 of file pstypes.h.

Referenced by DbgkCreateThread(), and MmLoadSystemImage().

◆ Reserved

ULONG _IMAGE_INFO::Reserved

Definition at line 204 of file pstypes.h.

◆ SystemModeImage

ULONG _IMAGE_INFO::SystemModeImage

Definition at line 201 of file pstypes.h.

Referenced by MmLoadSystemImage().


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