Struct MEMORY_BASIC_INFORMATION32
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_INFORMATION32
Fields
AllocationBase
AllocationBase
Declaration
public IntPtr AllocationBase
Field Value
Type | Description |
---|---|
System.IntPtr |
AllocationProtect
AllocationProtec
Declaration
public uint AllocationProtect
Field Value
Type | Description |
---|---|
System.UInt32 |
BaseAddress
BaseAddress
Declaration
public IntPtr BaseAddress
Field Value
Type | Description |
---|---|
System.IntPtr |
Protect
Protect
Declaration
public uint Protect
Field Value
Type | Description |
---|---|
System.UInt32 |
RegionSize
RegionSize
Declaration
public IntPtr RegionSize
Field Value
Type | Description |
---|---|
System.IntPtr |
State
State
Declaration
public StateEnum State
Field Value
Type | Description |
---|---|
StateEnum |
Type
Type
Declaration
public TypeEnum Type
Field Value
Type | Description |
---|---|
TypeEnum |