ReactOS 0.4.16-dev-737-g3368adc
_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 230 of file mm.h.

Member Data Documentation

◆ BasedAddress

PVOID _MM_IMAGE_SECTION_OBJECT::BasedAddress

Definition at line 239 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 238 of file mm.h.

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

◆ MapCount

LONG _MM_IMAGE_SECTION_OBJECT::MapCount

Definition at line 235 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 234 of file mm.h.

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

◆ SegFlags

ULONG _MM_IMAGE_SECTION_OBJECT::SegFlags

Definition at line 236 of file mm.h.

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

◆ Segments


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