ReactOS 0.4.15-dev-7961-gdcf9eb0
_SUBSECTION Struct Reference

#include <mmtypes.h>

Collaboration diagram for _SUBSECTION:

Public Attributes

PCONTROL_AREA ControlArea
 
union {
   ULONG   LongFlags
 
   MMSUBSECTION_FLAGS   SubsectionFlags
 
u
 
ULONG StartingSector
 
ULONG NumberOfFullSectors
 
PMMPTE SubsectionBase
 
ULONG UnusedPtes
 
ULONG PtesInSubsection
 
struct _SUBSECTIONNextSubsection
 

Detailed Description

Definition at line 571 of file mmtypes.h.

Member Data Documentation

◆ ControlArea

PCONTROL_AREA _SUBSECTION::ControlArea

Definition at line 573 of file mmtypes.h.

Referenced by MiCreatePagingFileMap().

◆ LongFlags

ULONG _SUBSECTION::LongFlags

Definition at line 576 of file mmtypes.h.

◆ NextSubsection

struct _SUBSECTION* _SUBSECTION::NextSubsection

Definition at line 584 of file mmtypes.h.

Referenced by MmCreateArm3Section().

◆ NumberOfFullSectors

ULONG _SUBSECTION::NumberOfFullSectors

Definition at line 580 of file mmtypes.h.

◆ PtesInSubsection

ULONG _SUBSECTION::PtesInSubsection

◆ StartingSector

ULONG _SUBSECTION::StartingSector

Definition at line 579 of file mmtypes.h.

◆ SubsectionBase

◆ SubsectionFlags

MMSUBSECTION_FLAGS _SUBSECTION::SubsectionFlags

Definition at line 577 of file mmtypes.h.

Referenced by MiCreatePagingFileMap().

◆ 

union { ... } _SUBSECTION::u

Referenced by MiCreatePagingFileMap().

◆ UnusedPtes

ULONG _SUBSECTION::UnusedPtes

Definition at line 582 of file mmtypes.h.


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