ReactOS 0.4.15-dev-7958-gcd0bb1a
_MM_SECTION_SEGMENT Struct Reference

#include <mm.h>

Collaboration diagram for _MM_SECTION_SEGMENT:

Public Attributes

LONG64 RefCount
 
PFILE_OBJECT FileObject
 
FAST_MUTEX Lock
 
LARGE_INTEGER RawLength
 
LARGE_INTEGER Length
 
PLONG64 ReferenceCount
 
ULONG SectionCount
 
ULONG Protection
 
PULONG Flags
 
BOOLEAN WriteCopy
 
BOOLEAN Locked
 
struct {
   ULONGLONG   FileOffset
 
   ULONG_PTR   VirtualAddress
 
   ULONG   Characteristics
 
Image
 
ULONG SegFlags
 
ULONGLONG LastPage
 
RTL_GENERIC_TABLE PageTable
 

Detailed Description

Definition at line 194 of file mm.h.

Member Data Documentation

◆ Characteristics

ULONG _MM_SECTION_SEGMENT::Characteristics

Definition at line 213 of file mm.h.

◆ FileObject

PFILE_OBJECT _MM_SECTION_SEGMENT::FileObject

Definition at line 197 of file mm.h.

Referenced by ExeFmtpCreateImageSection().

◆ FileOffset

ULONGLONG _MM_SECTION_SEGMENT::FileOffset

Definition at line 211 of file mm.h.

◆ Flags

PULONG _MM_SECTION_SEGMENT::Flags

Definition at line 205 of file mm.h.

Referenced by ExeFmtpCreateImageSection().

◆ 

◆ LastPage

ULONGLONG _MM_SECTION_SEGMENT::LastPage

Definition at line 218 of file mm.h.

◆ Length

LARGE_INTEGER _MM_SECTION_SEGMENT::Length

Definition at line 201 of file mm.h.

Referenced by MmMapViewOfSection(), MmspPageAlignSegments(), and PeFmtCreateSection().

◆ Lock

FAST_MUTEX _MM_SECTION_SEGMENT::Lock

Definition at line 199 of file mm.h.

Referenced by ExeFmtpCreateImageSection().

◆ Locked

BOOLEAN _MM_SECTION_SEGMENT::Locked

Definition at line 207 of file mm.h.

◆ PageTable

RTL_GENERIC_TABLE _MM_SECTION_SEGMENT::PageTable

Definition at line 220 of file mm.h.

◆ Protection

ULONG _MM_SECTION_SEGMENT::Protection

Definition at line 204 of file mm.h.

Referenced by MmMapViewOfSection(), MmspPageAlignSegments(), and PeFmtCreateSection().

◆ RawLength

LARGE_INTEGER _MM_SECTION_SEGMENT::RawLength

Definition at line 200 of file mm.h.

Referenced by MmspPageAlignSegments(), and PeFmtCreateSection().

◆ RefCount

LONG64 _MM_SECTION_SEGMENT::RefCount

Definition at line 196 of file mm.h.

◆ ReferenceCount

PLONG64 _MM_SECTION_SEGMENT::ReferenceCount

Definition at line 202 of file mm.h.

Referenced by ExeFmtpCreateImageSection().

◆ SectionCount

ULONG _MM_SECTION_SEGMENT::SectionCount

Definition at line 203 of file mm.h.

◆ SegFlags

ULONG _MM_SECTION_SEGMENT::SegFlags

Definition at line 216 of file mm.h.

◆ VirtualAddress

ULONG_PTR _MM_SECTION_SEGMENT::VirtualAddress

Definition at line 212 of file mm.h.

◆ WriteCopy

BOOLEAN _MM_SECTION_SEGMENT::WriteCopy

Definition at line 206 of file mm.h.

Referenced by PeFmtCreateSection().


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