Show / Hide Table of Contents

Struct MEMORY_BASIC_INFORMATION64

MEMORY_BASIC_INFORMATION32. See https://docs.microsoft.com/en-us/windows/win32/api/winnt/ns-winnt-_memory_basic_information

Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: ERC.Structures
Assembly: ERC.Net.dll
Syntax
public struct MEMORY_BASIC_INFORMATION64

Fields

__alignment1

__alignment1

Declaration
public int __alignment1
Field Value
Type Description
System.Int32

__alignment2

__alignment2

Declaration
public int __alignment2
Field Value
Type Description
System.Int32

AllocationBase

AllocationBase

Declaration
public ulong AllocationBase
Field Value
Type Description
System.UInt64

AllocationProtect

AllocationProtect

Declaration
public uint AllocationProtect
Field Value
Type Description
System.UInt32

BaseAddress

BaseAddress

Declaration
public ulong BaseAddress
Field Value
Type Description
System.UInt64

Protect

Protect

Declaration
public int Protect
Field Value
Type Description
System.Int32

RegionSize

RegionSize

Declaration
public ulong RegionSize
Field Value
Type Description
System.UInt64

State

State

Declaration
public StateEnum State
Field Value
Type Description
StateEnum

Type

Type

Declaration
public TypeEnum Type
Field Value
Type Description
TypeEnum
Back to top Generated by DocFX