MemoryBasicInformation32AllocationBase Field
A pointer to the base address of a range of pages allocated by the VirtualAlloc function.
The page pointed to by the
BaseAddress member is contained within this allocation range.
Namespace: DevCase.Win32.StructuresAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public IntPtr AllocationBase
Public AllocationBase As IntPtr
Dim instance As MemoryBasicInformation32
Dim value As IntPtr
value = instance.AllocationBase
instance.AllocationBase = value
public:
IntPtr AllocationBase
val mutable AllocationBase: IntPtr
No code example is currently available or this language may not be supported.
Field Value
IntPtr