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

From Xojo Documentation

(Redirected from Xojo.Core.MutableMemoryBlock.Constructor(p As Ptr))
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.