ReactOS 0.4.15-dev-7788-g1ad9096
_MM_IMAGE_SECTION_OBJECT Struct Reference

#include <mm.h>

Collaboration diagram for _MM_IMAGE_SECTION_OBJECT:

Public Attributes

LONG64 RefCount
 
PFILE_OBJECT FileObject
 
ULONG SectionCount
 
LONG MapCount
 
ULONG SegFlags
 
SECTION_IMAGE_INFORMATION ImageInformation
 
PVOID BasedAddress
 
ULONG NrSegments
 
PMM_SECTION_SEGMENT Segments
 

Detailed Description

Definition at line 223 of file mm.h.

Member Data Documentation

◆ BasedAddress

PVOID _MM_IMAGE_SECTION_OBJECT::BasedAddress

Definition at line 232 of file mm.h.

Referenced by ExeFmtpCreateImageSection(), and MmMapViewOfSection().

◆ FileObject

PFILE_OBJECT _MM_IMAGE_SECTION_OBJECT::FileObject

◆ ImageInformation

SECTION_IMAGE_INFORMATION _MM_IMAGE_SECTION_OBJECT::ImageInformation

Definition at line 231 of file mm.h.

Referenced by ExeFmtpCreateImageSection(), MmMapViewOfSection(), and NtQuerySection().

◆ MapCount

LONG _MM_IMAGE_SECTION_OBJECT::MapCount

Definition at line 228 of file mm.h.

Referenced by MiRosUnmapViewOfSection(), MmFlushImageSection(), and MmMapViewOfSection().

◆ NrSegments

ULONG _MM_IMAGE_SECTION_OBJECT::NrSegments

◆ RefCount

LONG64 _MM_IMAGE_SECTION_OBJECT::RefCount

◆ SectionCount

ULONG _MM_IMAGE_SECTION_OBJECT::SectionCount

Definition at line 227 of file mm.h.

Referenced by MmCreateImageSection(), MmFlushImageSection(), and MmpDeleteSection().

◆ SegFlags

ULONG _MM_IMAGE_SECTION_OBJECT::SegFlags

Definition at line 229 of file mm.h.

Referenced by ExeFmtpCreateImageSection(), MmCreateImageSection(), and MmFlushImageSection().

◆ Segments


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