|
ReactOS 0.4.16-dev-1946-g52006dd
|
#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().
| 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 MmCreateArm3Section(), MmCreateDataFileSection(), MmCreateImageSection(), MmCreatePhysicalMemorySection(), MmMapViewOfArm3Section(), and MmMapViewOfSection().
| ULONG _SECTION::LongFlags |
Definition at line 816 of file mmtypes.h.
Referenced by MmCreateArm3Section().
| 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(), MmCreateImageSection(), MmCreatePhysicalMemorySection(), MmExtendSection(), MmMapViewInSystemSpaceEx(), MmMapViewOfArm3Section(), MmMapViewOfSection(), and NtQuerySection().
| union { ... } _SECTION::u |