ReactOS 0.4.15-dev-5863-g1fe3ab7
|
#include <mmtypes.h>
LIST_ENTRY _CONTROL_AREA::DereferenceList |
Definition at line 519 of file mmtypes.h.
Referenced by MiSegmentDelete().
PFILE_OBJECT _CONTROL_AREA::FilePointer |
Definition at line 530 of file mmtypes.h.
Referenced by MiGetFileObjectForSectionAddress(), MiGetFileObjectForVad(), MiMapViewInSystemSpace(), MiRemoveMappedView(), MmCommitSessionMappedView(), and MmCreateArm3Section().
MMSECTION_FLAGS _CONTROL_AREA::Flags |
Definition at line 528 of file mmtypes.h.
Referenced by MiCreatePagingFileMap(), MiDeleteARM3Section(), MiGetFileObjectForSectionAddress(), MiGetFileObjectForVad(), MiLocateSubsection(), MiMapViewInSystemSpace(), MiProtectVirtualMemory(), MiSegmentDelete(), MmCommitSessionMappedView(), MmCreateArm3Section(), and MmMapViewOfArm3Section().
ULONG _CONTROL_AREA::LongFlags |
Definition at line 527 of file mmtypes.h.
Referenced by MmCreateArm3Section().
ULONG _CONTROL_AREA::NumberOfMappedViews |
Definition at line 522 of file mmtypes.h.
Referenced by MiRemoveMappedView().
ULONG _CONTROL_AREA::NumberOfSectionReferences |
Definition at line 520 of file mmtypes.h.
Referenced by MiCreatePagingFileMap(), MiDeleteARM3Section(), and MmCreateArm3Section().
ULONG _CONTROL_AREA::NumberOfUserReferences |
Definition at line 524 of file mmtypes.h.
Referenced by MiCreatePagingFileMap(), MiDeleteARM3Section(), MiRemoveMappedView(), and MmCreateArm3Section().
PSEGMENT _CONTROL_AREA::Segment |
Definition at line 518 of file mmtypes.h.
Referenced by MiCreatePagingFileMap(), MiMapViewInSystemSpace(), MmCommitSessionMappedView(), and MmCreateArm3Section().
union { ... } _CONTROL_AREA::u |
PEVENT_COUNTER _CONTROL_AREA::WaitingForDeletion |
Definition at line 531 of file mmtypes.h.
Referenced by MmCreateArm3Section().
ULONG _CONTROL_AREA::WritableUserReferences |
Definition at line 534 of file mmtypes.h.
Referenced by MiSegmentDelete(), and MmCreateArm3Section().