ReactOS 0.4.16-dev-336-gb667d82
|
#include <mmtypes.h>
Public Attributes | |
MMADDRESS_NODE | Address |
PSEGMENT | Segment |
LARGE_INTEGER | SizeOfSection |
union { | |
ULONG LongFlags | |
MMSECTION_FLAGS Flags | |
} | u |
ULONG | InitialPageProtection |
MMADDRESS_NODE _SECTION::Address |
Definition at line 811 of file mmtypes.h.
Referenced by MmCreateArm3Section(), and NtQuerySection().
MMSECTION_FLAGS _SECTION::Flags |
Definition at line 817 of file mmtypes.h.
Referenced by MmCreateArm3Section(), MmCreateDataFileSection(), MmCreateImageSection(), MmCreatePhysicalMemorySection(), MmExtendSection(), MmMapViewInSystemSpaceEx(), MmMapViewOfArm3Section(), MmMapViewOfSection(), MmpDeleteSection(), NtMapViewOfSection(), and NtQuerySection().
ULONG _SECTION::InitialPageProtection |
Definition at line 819 of file mmtypes.h.
Referenced by MmCreateDataFileSection(), MmCreateImageSection(), MmCreatePhysicalMemorySection(), MmMapViewOfArm3Section(), and MmMapViewOfSection().
PSEGMENT _SECTION::Segment |
Definition at line 812 of file mmtypes.h.
Referenced by MiLoadImageSection(), MmCreateArm3Section(), MmCreateDataFileSection(), MmCreateImageSection(), MmCreatePhysicalMemorySection(), MmExtendSection(), MmGetFileObjectForSection(), MmLoadSystemImage(), MmMapViewInSystemSpaceEx(), MmMapViewOfArm3Section(), MmMapViewOfSection(), MmpDeleteSection(), and NtQuerySection().
LARGE_INTEGER _SECTION::SizeOfSection |
Definition at line 813 of file mmtypes.h.
Referenced by MmCreateArm3Section(), MmCreateDataFileSection(), MmCreatePhysicalMemorySection(), MmExtendSection(), MmMapViewInSystemSpaceEx(), MmMapViewOfArm3Section(), MmMapViewOfSection(), and NtQuerySection().
union { ... } _SECTION::u |