ISInterface:EnumSettings

From Lavish Software Wiki
Revision as of 01:50, 3 September 2005 by Beefalo (talk | contribs)
(diff) ←Older revision | view current revision (diff) | Newer revision→ (diff)
Jump to navigation Jump to search

Syntax

  • unsigned long EnumSettings(unsigned long &SetGUID, fSettingEnumCallback Callback, void *pData)

Purpose

To list all the settings in 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 settings in the given set

Examples

See Also