ReactOS 0.4.16-dev-122-g325d74c
|
#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::@2599 |
union { ... } _SECTION_IMAGE_INFORMATION::@2601 |
UCHAR _SECTION_IMAGE_INFORMATION::BaseBelow4gb |
Definition at line 2072 of file winternl.h.
SIZE_T _SECTION_IMAGE_INFORMATION::CommittedStackSize |
Definition at line 344 of file mmtypes.h.
Referenced by CreateProcessInternalW(), and ExeFmtpCreateImageSection().
USHORT _SECTION_IMAGE_INFORMATION::DllCharacteristics |
Definition at line 357 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 356 of file mmtypes.h.
Referenced by CreateProcessInternalW(), and ExeFmtpCreateImageSection().
UCHAR _SECTION_IMAGE_INFORMATION::ImageDynamicallyRelocated |
ULONG _SECTION_IMAGE_INFORMATION::ImageFileSize |
Definition at line 377 of file mmtypes.h.
Referenced by MmMapViewOfSection(), and NtQuerySection().
ULONG _SECTION_IMAGE_INFORMATION::LoaderFlags |
Definition at line 376 of file mmtypes.h.
Referenced by LdrpCreateDllSection().
USHORT _SECTION_IMAGE_INFORMATION::Machine |
Definition at line 358 of file mmtypes.h.
Referenced by CreateProcessInternalW().
SIZE_T _SECTION_IMAGE_INFORMATION::MaximumStackSize |
Definition at line 343 of file mmtypes.h.
Referenced by CreateProcessInternalW(), and ExeFmtpCreateImageSection().
USHORT _SECTION_IMAGE_INFORMATION::SubSystemMajorVersion |
Definition at line 351 of file mmtypes.h.
Referenced by CreateProcessInternalW().
USHORT _SECTION_IMAGE_INFORMATION::SubSystemMinorVersion |
Definition at line 350 of file mmtypes.h.
Referenced by CreateProcessInternalW().
ULONG _SECTION_IMAGE_INFORMATION::SubSystemType |
Definition at line 345 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 341 of file mmtypes.h.
Referenced by CreateProcessInternalW().