Difference between revisions of "ISInterface:AddTempObject"

From Lavish Software Wiki
Jump to navigation Jump to search
 
 
Line 1: Line 1:
 
 
===Syntax===
 
===Syntax===
 
+
*void *AddTempObject(CTempObject *pObject)
 
== Purpose ==
 
== Purpose ==
 
+
To add an object to the garbage collector that will delete itself after the current data sequence is processed.
 
== Usage ==
 
== Usage ==
 
=== Parameters ===
 
=== Parameters ===
 
+
*CTempObject *pObject
=== Return Value ===
+
:'''[in]''' Pointer to the object to delete
  
 
== Examples ==
 
== Examples ==

Latest revision as of 20:49, 2 September 2005

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