ReactOS 0.4.15-dev-8002-gbbb3b00
_MAPPED_FILE_SEGMENT Struct Reference

#include <mmtypes.h>

Collaboration diagram for _MAPPED_FILE_SEGMENT:

Public Attributes

struct _CONTROL_AREAControlArea
 
ULONG TotalNumberOfPtes
 
ULONG NonExtendedPtes
 
ULONG Spare0
 
UINT64 SizeOfSegment
 
MMPTE SegmentPteTemplate
 
SIZE_T NumberOfCommittedPages
 
PMMEXTEND_INFO ExtendInfo
 
SEGMENT_FLAGS SegmentFlags
 
PVOID BasedAddress
 
struct _MSUBSECTIONLastSubsectionHint
 

Detailed Description

Definition at line 433 of file mmtypes.h.

Member Data Documentation

◆ BasedAddress

PVOID _MAPPED_FILE_SEGMENT::BasedAddress

Definition at line 444 of file mmtypes.h.

◆ ControlArea

struct _CONTROL_AREA* _MAPPED_FILE_SEGMENT::ControlArea

Definition at line 435 of file mmtypes.h.

◆ ExtendInfo

PMMEXTEND_INFO _MAPPED_FILE_SEGMENT::ExtendInfo

Definition at line 442 of file mmtypes.h.

◆ LastSubsectionHint

struct _MSUBSECTION* _MAPPED_FILE_SEGMENT::LastSubsectionHint

Definition at line 445 of file mmtypes.h.

◆ NonExtendedPtes

ULONG _MAPPED_FILE_SEGMENT::NonExtendedPtes

Definition at line 437 of file mmtypes.h.

◆ NumberOfCommittedPages

SIZE_T _MAPPED_FILE_SEGMENT::NumberOfCommittedPages

Definition at line 441 of file mmtypes.h.

◆ SegmentFlags

SEGMENT_FLAGS _MAPPED_FILE_SEGMENT::SegmentFlags

Definition at line 443 of file mmtypes.h.

◆ SegmentPteTemplate

MMPTE _MAPPED_FILE_SEGMENT::SegmentPteTemplate

Definition at line 440 of file mmtypes.h.

◆ SizeOfSegment

UINT64 _MAPPED_FILE_SEGMENT::SizeOfSegment

Definition at line 439 of file mmtypes.h.

◆ Spare0

ULONG _MAPPED_FILE_SEGMENT::Spare0

Definition at line 438 of file mmtypes.h.

◆ TotalNumberOfPtes

ULONG _MAPPED_FILE_SEGMENT::TotalNumberOfPtes

Definition at line 436 of file mmtypes.h.


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