ReactOS 0.4.15-dev-5865-g640e228
|
#include <mmtypes.h>
Public Attributes | |
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 { | |
struct { | |
UCHAR ComPlusNativeReady:1 | |
UCHAR ComPlusILOnly:1 | |
UCHAR ImageDynamicallyRelocated:1 | |
UCHAR ImageMappedFlat:1 | |
UCHAR Reserved:4 | |
} | |
UCHAR ImageFlags | |
}; | |
ULONG | LoaderFlags |
ULONG | ImageFileSize |
ULONG | CheckSum |
WORD | SubsystemVersionLow |
WORD | SubsystemVersionHigh |
union { | |
UCHAR ImageFlags | |
struct { | |
UCHAR ComPlusNativeReady: 1 | |
UCHAR ComPlusILOnly: 1 | |
UCHAR ImageDynamicallyRelocated: 1 | |
UCHAR ImageMappedFlat: 1 | |
UCHAR BaseBelow4gb: 1 | |
UCHAR Reserved: 3 | |
} DUMMYSTRUCTNAME | |
} | DUMMYUNIONNAME |
union { ... } _SECTION_IMAGE_INFORMATION::@2568 |
union { ... } _SECTION_IMAGE_INFORMATION::@2570 |
UCHAR _SECTION_IMAGE_INFORMATION::BaseBelow4gb |
Definition at line 2072 of file winternl.h.
SIZE_T _SECTION_IMAGE_INFORMATION::CommittedStackSize |
Definition at line 341 of file mmtypes.h.
Referenced by CreateProcessInternalW(), and ExeFmtpCreateImageSection().
USHORT _SECTION_IMAGE_INFORMATION::DllCharacteristics |
Definition at line 354 of file mmtypes.h.
Referenced by CreateProcessInternalW().
struct { ... } _SECTION_IMAGE_INFORMATION::DUMMYSTRUCTNAME |
union { ... } _SECTION_IMAGE_INFORMATION::DUMMYUNIONNAME |
USHORT _SECTION_IMAGE_INFORMATION::ImageCharacteristics |
Definition at line 353 of file mmtypes.h.
Referenced by CreateProcessInternalW(), and ExeFmtpCreateImageSection().
UCHAR _SECTION_IMAGE_INFORMATION::ImageDynamicallyRelocated |
ULONG _SECTION_IMAGE_INFORMATION::ImageFileSize |
Definition at line 374 of file mmtypes.h.
Referenced by MmMapViewOfSection(), and NtQuerySection().
ULONG _SECTION_IMAGE_INFORMATION::LoaderFlags |
Definition at line 373 of file mmtypes.h.
Referenced by LdrpCreateDllSection().
USHORT _SECTION_IMAGE_INFORMATION::Machine |
Definition at line 355 of file mmtypes.h.
Referenced by CreateProcessInternalW().
SIZE_T _SECTION_IMAGE_INFORMATION::MaximumStackSize |
Definition at line 340 of file mmtypes.h.
Referenced by CreateProcessInternalW(), and ExeFmtpCreateImageSection().
USHORT _SECTION_IMAGE_INFORMATION::SubSystemMajorVersion |
Definition at line 348 of file mmtypes.h.
Referenced by CreateProcessInternalW().
USHORT _SECTION_IMAGE_INFORMATION::SubSystemMinorVersion |
Definition at line 347 of file mmtypes.h.
Referenced by CreateProcessInternalW().
ULONG _SECTION_IMAGE_INFORMATION::SubSystemType |
Definition at line 342 of file mmtypes.h.
Referenced by CreateProcessInternalW(), SmpExecuteImage(), and SmpLoadSubSystem().
WORD _SECTION_IMAGE_INFORMATION::SubsystemVersionHigh |
Definition at line 2057 of file winternl.h.
WORD _SECTION_IMAGE_INFORMATION::SubsystemVersionLow |
Definition at line 2056 of file winternl.h.
PVOID _SECTION_IMAGE_INFORMATION::TransferAddress |
Definition at line 338 of file mmtypes.h.
Referenced by CreateProcessInternalW().