ISInterface:AddTempObject

From Lavish Software Wiki
Jump to navigation Jump to search

Syntax

  • void *AddTempObject(CTempObject *pObject)

Purpose

To add an object to the garbage collector that will delete itself after the current data sequence is processed.

Usage

Parameters

  • CTempObject *pObject
[in] Pointer to the object to delete

Examples

See Also