Buffer.CreateCopyFromMemoryBuffer(IMemoryBuffer) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new buffer containing a copy of a specified buffer.
public:
static Buffer ^ CreateCopyFromMemoryBuffer(IMemoryBuffer ^ input);
static Buffer CreateCopyFromMemoryBuffer(IMemoryBuffer const& input);
public static Buffer CreateCopyFromMemoryBuffer(IMemoryBuffer input);
function createCopyFromMemoryBuffer(input)
Public Shared Function CreateCopyFromMemoryBuffer (input As IMemoryBuffer) As Buffer
Parameters
- input
- IMemoryBuffer
The buffer to be copied.
Returns
The newly created copy.