Difference between revisions of "ISInterface:UnloadSet"

From Lavish Software Wiki
Jump to navigation Jump to search
 
Line 1: Line 1:
 
===Syntax===
 
===Syntax===
 
+
*bool UnloadSet(unsigned long &SetGUID)
 
== Purpose ==
 
== Purpose ==
 
+
To unload a given set
 
== Usage ==
 
== Usage ==
 
=== Parameters ===
 
=== Parameters ===
 
+
*unsigned long &SetGUID
 +
:'''[in]''' unique identifier of the set to unload
 
=== Return Value ===
 
=== Return Value ===
 
+
*bool
 +
:Returns true on success, false on failure
 
== Examples ==
 
== Examples ==
 
+
*pISInterface->UnloadSet(parentsetguid);
  
 
== See Also ==
 
== See Also ==

Revision as of 01:02, 3 September 2005

Syntax

  • bool UnloadSet(unsigned long &SetGUID)

Purpose

To unload a given set

Usage

Parameters

  • unsigned long &SetGUID
[in] unique identifier of the set to unload

Return Value

  • bool
Returns true on success, false on failure

Examples

  • pISInterface->UnloadSet(parentsetguid);

See Also