Difference between revisions of "ISInterface:EnumSets"

From Lavish Software Wiki
Jump to navigation Jump to search
 
 
Line 1: Line 1:
 
===Syntax===
 
===Syntax===
 
+
*unsigned long EnumSets(unsigned long &SetGUID, fSetEnumCallback Callback, void *pData)
 
== Purpose ==
 
== Purpose ==
 
+
To list all the subsets of a given set
 
== Usage ==
 
== Usage ==
 
=== Parameters ===
 
=== Parameters ===
 
+
*unsigned long &SetGUID
 +
:'''[in]''' Unique identifier of the set
 +
*fSetEnumCallback Callback
 +
:'''[in]''' Function to call with each set
 +
*void *pData
 +
:'''[in]''' value to pass with the callback
 
=== Return Value ===
 
=== Return Value ===
 
+
*unsigned long
 +
:Returns the number of subsets in the given set
 
== Examples ==
 
== Examples ==
  

Latest revision as of 01:50, 3 September 2005

Syntax

  • unsigned long EnumSets(unsigned long &SetGUID, fSetEnumCallback Callback, void *pData)

Purpose

To list all the subsets of a given set

Usage

Parameters

  • unsigned long &SetGUID
[in] Unique identifier of the set
  • fSetEnumCallback Callback
[in] Function to call with each set
  • void *pData
[in] value to pass with the callback

Return Value

  • unsigned long
Returns the number of subsets in the given set

Examples

See Also