Xojo.Core.MemoryBlock.Constructor(p As Ptr)

From Xojo Documentation

Constructor
Xojo.Core.MemoryBlock.Constructor(p As Ptr)

Creates a MemoryBlock from an existing chunk of memory.

Parameters

Parameter Description
p A Ptr that points to a chunk of memory that was allocated using some other method such as a Declare to an OS API call.