ISInterface:EnumSettings

From Lavish Software Wiki
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