ReactOS 0.4.15-dev-7958-gcd0bb1a
_CONTROL_AREA Struct Reference

#include <mmtypes.h>

Collaboration diagram for _CONTROL_AREA:

Public Attributes

PSEGMENT Segment
 
LIST_ENTRY DereferenceList
 
ULONG NumberOfSectionReferences
 
ULONG NumberOfPfnReferences
 
ULONG NumberOfMappedViews
 
ULONG NumberOfSystemCacheViews
 
ULONG NumberOfUserReferences
 
union {
   ULONG   LongFlags
 
   MMSECTION_FLAGS   Flags
 
u
 
PFILE_OBJECT FilePointer
 
PEVENT_COUNTER WaitingForDeletion
 
USHORT ModifiedWriteCount
 
USHORT FlushInProgressCount
 
ULONG WritableUserReferences
 
ULONG QuadwordPad
 

Detailed Description

Definition at line 519 of file mmtypes.h.

Member Data Documentation

◆ DereferenceList

LIST_ENTRY _CONTROL_AREA::DereferenceList

Definition at line 522 of file mmtypes.h.

Referenced by MiSegmentDelete().

◆ FilePointer

◆ Flags

◆ FlushInProgressCount

USHORT _CONTROL_AREA::FlushInProgressCount

Definition at line 536 of file mmtypes.h.

◆ LongFlags

ULONG _CONTROL_AREA::LongFlags

Definition at line 530 of file mmtypes.h.

Referenced by MmCreateArm3Section().

◆ ModifiedWriteCount

USHORT _CONTROL_AREA::ModifiedWriteCount

Definition at line 535 of file mmtypes.h.

◆ NumberOfMappedViews

ULONG _CONTROL_AREA::NumberOfMappedViews

Definition at line 525 of file mmtypes.h.

Referenced by MiRemoveMappedView(), and MiRosUnmapViewOfSection().

◆ NumberOfPfnReferences

ULONG _CONTROL_AREA::NumberOfPfnReferences

Definition at line 524 of file mmtypes.h.

◆ NumberOfSectionReferences

ULONG _CONTROL_AREA::NumberOfSectionReferences

Definition at line 523 of file mmtypes.h.

Referenced by MiCreatePagingFileMap(), MiDeleteARM3Section(), and MmCreateArm3Section().

◆ NumberOfSystemCacheViews

ULONG _CONTROL_AREA::NumberOfSystemCacheViews

Definition at line 526 of file mmtypes.h.

◆ NumberOfUserReferences

ULONG _CONTROL_AREA::NumberOfUserReferences

◆ QuadwordPad

ULONG _CONTROL_AREA::QuadwordPad

Definition at line 538 of file mmtypes.h.

◆ Segment

PSEGMENT _CONTROL_AREA::Segment

◆ 

◆ WaitingForDeletion

PEVENT_COUNTER _CONTROL_AREA::WaitingForDeletion

Definition at line 534 of file mmtypes.h.

Referenced by MmCreateArm3Section().

◆ WritableUserReferences

ULONG _CONTROL_AREA::WritableUserReferences

Definition at line 537 of file mmtypes.h.

Referenced by MiSegmentDelete(), and MmCreateArm3Section().


The documentation for this struct was generated from the following file: