|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <pstypes.h>

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 |
| _ANONYMOUS_STRUCT struct { ... } _IMAGE_INFO::DUMMYSTRUCTNAME |
| _ANONYMOUS_UNION union { ... } _IMAGE_INFO::DUMMYUNIONNAME |
| ULONG _IMAGE_INFO::ImageAddressingMode |
Definition at line 200 of file pstypes.h.
Referenced by DbgkCreateThread(), and MmLoadSystemImage().
| PVOID _IMAGE_INFO::ImageBase |
Definition at line 207 of file pstypes.h.
Referenced by DbgkCreateThread(), and MmLoadSystemImage().
| ULONG _IMAGE_INFO::ImageSectionNumber |
Definition at line 210 of file pstypes.h.
Referenced by DbgkCreateThread(), and MmLoadSystemImage().
| ULONG _IMAGE_INFO::ImageSelector |
Definition at line 208 of file pstypes.h.
Referenced by DbgkCreateThread(), and MmLoadSystemImage().
| SIZE_T _IMAGE_INFO::ImageSize |
Definition at line 209 of file pstypes.h.
Referenced by DbgkCreateThread(), and MmLoadSystemImage().
| ULONG _IMAGE_INFO::Properties |
Definition at line 198 of file pstypes.h.
Referenced by DbgkCreateThread(), and MmLoadSystemImage().
| ULONG _IMAGE_INFO::SystemModeImage |
Definition at line 201 of file pstypes.h.
Referenced by MmLoadSystemImage().