ReactOS 0.4.16-dev-1946-g52006dd
_MEMORY_REGION_INFORMATION Struct Reference

#include <winternl.h>

Collaboration diagram for _MEMORY_REGION_INFORMATION:

Public Attributes

PVOID AllocationBase
 
ULONG AllocationProtect
 
union {
   ULONG   RegionType
 
   struct {
      ULONG   Private: 1
 
      ULONG   MappedDataFile: 1
 
      ULONG   MappedImage: 1
 
      ULONG   MappedPageFile: 1
 
      ULONG   MappedPhysical: 1
 
      ULONG   DirectMapped: 1
 
      ULONG   Reserved: 26
 
   }   DUMMYSTRUCTNAME
 
DUMMYUNIONNAME
 
SIZE_T RegionSize
 
SIZE_T CommitSize
 
ULONG_PTR PartitionId
 
ULONG_PTR NodePreference
 

Detailed Description

Definition at line 2428 of file winternl.h.

Member Data Documentation

◆ AllocationBase

PVOID _MEMORY_REGION_INFORMATION::AllocationBase

Definition at line 2430 of file winternl.h.

◆ AllocationProtect

ULONG _MEMORY_REGION_INFORMATION::AllocationProtect

Definition at line 2431 of file winternl.h.

◆ CommitSize

SIZE_T _MEMORY_REGION_INFORMATION::CommitSize

Definition at line 2447 of file winternl.h.

◆ DirectMapped

ULONG _MEMORY_REGION_INFORMATION::DirectMapped

Definition at line 2442 of file winternl.h.

◆ 

struct { ... } _MEMORY_REGION_INFORMATION::DUMMYSTRUCTNAME

◆ 

union { ... } _MEMORY_REGION_INFORMATION::DUMMYUNIONNAME

◆ MappedDataFile

ULONG _MEMORY_REGION_INFORMATION::MappedDataFile

Definition at line 2438 of file winternl.h.

◆ MappedImage

ULONG _MEMORY_REGION_INFORMATION::MappedImage

Definition at line 2439 of file winternl.h.

◆ MappedPageFile

ULONG _MEMORY_REGION_INFORMATION::MappedPageFile

Definition at line 2440 of file winternl.h.

◆ MappedPhysical

ULONG _MEMORY_REGION_INFORMATION::MappedPhysical

Definition at line 2441 of file winternl.h.

◆ NodePreference

ULONG_PTR _MEMORY_REGION_INFORMATION::NodePreference

Definition at line 2449 of file winternl.h.

◆ PartitionId

ULONG_PTR _MEMORY_REGION_INFORMATION::PartitionId

Definition at line 2448 of file winternl.h.

◆ Private

ULONG _MEMORY_REGION_INFORMATION::Private

Definition at line 2437 of file winternl.h.

◆ RegionSize

SIZE_T _MEMORY_REGION_INFORMATION::RegionSize

Definition at line 2446 of file winternl.h.

◆ RegionType

ULONG _MEMORY_REGION_INFORMATION::RegionType

Definition at line 2434 of file winternl.h.

◆ Reserved

ULONG _MEMORY_REGION_INFORMATION::Reserved

Definition at line 2443 of file winternl.h.


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