ReactOS 0.4.16-dev-125-g798ea90
|
#include <mmtypes.h>
Public Attributes | |
ULONG | BeingDeleted:1 |
ULONG | BeingCreated:1 |
ULONG | BeingPurged:1 |
ULONG | NoModifiedWriting:1 |
ULONG | FailAllIo:1 |
ULONG | Image:1 |
ULONG | Based:1 |
ULONG | File:1 |
ULONG | Networked:1 |
ULONG | NoCache:1 |
ULONG | PhysicalMemory:1 |
ULONG | CopyOnWrite:1 |
ULONG | Reserve:1 |
ULONG | Commit:1 |
ULONG | FloppyMedia:1 |
ULONG | WasPurged:1 |
ULONG | UserReference:1 |
ULONG | GlobalMemory:1 |
ULONG | DeleteOnClose:1 |
ULONG | FilePointerNull:1 |
ULONG | DebugSymbolsLoaded:1 |
ULONG | SetMappedFileIoComplete:1 |
ULONG | CollidedFlush:1 |
ULONG | NoChange:1 |
ULONG | filler0:1 |
ULONG | ImageMappedInSystemSpace:1 |
ULONG | UserWritable:1 |
ULONG | Accessed:1 |
ULONG | GlobalOnlyPerSession:1 |
ULONG | Rom:1 |
ULONG | WriteCombined:1 |
ULONG | filler:1 |
ULONG _MMSECTION_FLAGS::Based |
Definition at line 469 of file mmtypes.h.
Referenced by MiCreatePagingFileMap(), and MmCreateArm3Section().
ULONG _MMSECTION_FLAGS::BeingCreated |
Definition at line 464 of file mmtypes.h.
Referenced by MiCreatePagingFileMap(), and MmCreateArm3Section().
ULONG _MMSECTION_FLAGS::BeingDeleted |
Definition at line 463 of file mmtypes.h.
Referenced by MiDeleteARM3Section(), and MiSegmentDelete().
ULONG _MMSECTION_FLAGS::Commit |
Definition at line 476 of file mmtypes.h.
Referenced by MiCreatePagingFileMap().
ULONG _MMSECTION_FLAGS::CopyOnWrite |
Definition at line 474 of file mmtypes.h.
Referenced by MmCreateArm3Section().
ULONG _MMSECTION_FLAGS::File |
Definition at line 470 of file mmtypes.h.
Referenced by MiSegmentDelete(), MmCreateDataFileSection(), MmCreateImageSection(), MmExtendSection(), and NtQuerySection().
ULONG _MMSECTION_FLAGS::FilePointerNull |
Definition at line 482 of file mmtypes.h.
Referenced by MmCreateArm3Section().
ULONG _MMSECTION_FLAGS::filler |
Definition at line 494 of file mmtypes.h.
Referenced by MmCreateDataFileSection(), MmCreateImageSection(), and MmCreatePhysicalMemorySection().
ULONG _MMSECTION_FLAGS::GlobalOnlyPerSession |
Definition at line 491 of file mmtypes.h.
Referenced by MiLocateSubsection(), MiMapViewInSystemSpace(), MiSegmentDelete(), MmCommitSessionMappedView(), and MmCreateArm3Section().
ULONG _MMSECTION_FLAGS::Image |
Definition at line 468 of file mmtypes.h.
Referenced by MiGetFileObjectForVad(), MiLocateSubsection(), MiMapViewInSystemSpace(), MiProtectVirtualMemory(), MiSegmentDelete(), MmCreateArm3Section(), MmCreateImageSection(), MmExtendSection(), MmMapViewInSystemSpaceEx(), MmMapViewOfArm3Section(), MmMapViewOfSection(), MmpDeleteSection(), NtMapViewOfSection(), and NtQuerySection().
ULONG _MMSECTION_FLAGS::NoCache |
Definition at line 472 of file mmtypes.h.
Referenced by MmMapViewOfArm3Section().
ULONG _MMSECTION_FLAGS::NoChange |
Definition at line 486 of file mmtypes.h.
Referenced by MmCreateArm3Section(), MmCreateDataFileSection(), MmCreateImageSection(), and MmMapViewOfSection().
ULONG _MMSECTION_FLAGS::PhysicalMemory |
Definition at line 473 of file mmtypes.h.
Referenced by MmCreatePhysicalMemorySection(), MmMapViewOfArm3Section(), and NtMapViewOfSection().
ULONG _MMSECTION_FLAGS::Reserve |
Definition at line 475 of file mmtypes.h.
Referenced by MiCreatePagingFileMap(), MmCreateDataFileSection(), MmExtendSection(), and MmMapViewOfSection().
ULONG _MMSECTION_FLAGS::Rom |
Definition at line 492 of file mmtypes.h.
Referenced by MiLocateSubsection(), MiMapViewInSystemSpace(), MiSegmentDelete(), MmCommitSessionMappedView(), and MmCreateArm3Section().
ULONG _MMSECTION_FLAGS::UserReference |
Definition at line 479 of file mmtypes.h.
Referenced by MmCreateArm3Section().
ULONG _MMSECTION_FLAGS::WasPurged |
Definition at line 478 of file mmtypes.h.
Referenced by MiMapViewInSystemSpace(), and MmCreateArm3Section().
ULONG _MMSECTION_FLAGS::WriteCombined |
Definition at line 493 of file mmtypes.h.
Referenced by MmMapViewOfArm3Section().