ReactOS 0.4.15-dev-7994-gb388cb6
_MSUBSECTION Struct Reference

#include <mmtypes.h>

Collaboration diagram for _MSUBSECTION:

Public Attributes

PCONTROL_AREA ControlArea
 
union {
   ULONG   LongFlags
 
   MMSUBSECTION_FLAGS   SubsectionFlags
 
u
 
ULONG StartingSector
 
ULONG NumberOfFullSectors
 
PMMPTE SubsectionBase
 
ULONG UnusedPtes
 
ULONG PtesInSubsection
 
struct _SUBSECTIONNextSubsection
 
LIST_ENTRY DereferenceList
 
ULONG_PTR NumberOfMappedViews
 
union {
   ULONG   LongFlags2
 
   MMSUBSECTION_FLAGS2   SubsectionFlags2
 
u2
 

Detailed Description

Definition at line 588 of file mmtypes.h.

Member Data Documentation

◆ ControlArea

PCONTROL_AREA _MSUBSECTION::ControlArea

Definition at line 590 of file mmtypes.h.

◆ DereferenceList

LIST_ENTRY _MSUBSECTION::DereferenceList

Definition at line 602 of file mmtypes.h.

◆ LongFlags

ULONG _MSUBSECTION::LongFlags

Definition at line 593 of file mmtypes.h.

◆ LongFlags2

ULONG _MSUBSECTION::LongFlags2

Definition at line 606 of file mmtypes.h.

◆ NextSubsection

struct _SUBSECTION* _MSUBSECTION::NextSubsection

Definition at line 601 of file mmtypes.h.

◆ NumberOfFullSectors

ULONG _MSUBSECTION::NumberOfFullSectors

Definition at line 597 of file mmtypes.h.

◆ NumberOfMappedViews

ULONG_PTR _MSUBSECTION::NumberOfMappedViews

Definition at line 603 of file mmtypes.h.

◆ PtesInSubsection

ULONG _MSUBSECTION::PtesInSubsection

Definition at line 600 of file mmtypes.h.

◆ StartingSector

ULONG _MSUBSECTION::StartingSector

Definition at line 596 of file mmtypes.h.

◆ SubsectionBase

PMMPTE _MSUBSECTION::SubsectionBase

Definition at line 598 of file mmtypes.h.

◆ SubsectionFlags

MMSUBSECTION_FLAGS _MSUBSECTION::SubsectionFlags

Definition at line 594 of file mmtypes.h.

◆ SubsectionFlags2

MMSUBSECTION_FLAGS2 _MSUBSECTION::SubsectionFlags2

Definition at line 607 of file mmtypes.h.

◆ 

union { ... } _MSUBSECTION::u

◆ 

union { ... } _MSUBSECTION::u2

◆ UnusedPtes

ULONG _MSUBSECTION::UnusedPtes

Definition at line 599 of file mmtypes.h.


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