ISInterface:GetTempBuffer

From Lavish Software Wiki
Jump to navigation Jump to search

Syntax

  • void *GetTempBuffer(unsigned long Size, void *CopyFrom=0)

Purpose

To create a temporary buffer that will delete itself after the current data sequence is processed.

Usage

Parameters

  • unsigned long Size
[in] Size of the Buffer
  • void *CopyFrom
[in] Optional argument, will copy data from a given buffer

Return Value

Returns the buffer that was created

Examples

See Also