ISInterface:RemoveSetting

From Lavish Software Wiki
Jump to navigation Jump to search

Syntax

  • bool RemoveSetting(unsigned long &SetGUID, char *Setting)

Purpose

To remove a specific setting in a set

Usage

Parameters

  • unsigned long &SetGUID
[in] unique identifier of the set the setting will be removed from
  • char *Setting
[in] Setting to be deleted

Return Value

  • bool
Returns true on success, false on failure

Examples

  • pISInterface->RemoveSetting(fruitguid,"Apples");

See Also