ISInterface:SetProfileSetting

From Lavish Software Wiki
Jump to navigation Jump to search

Syntax

  • void SetProfileSetting(char *Setting, char *Value)

Purpose

To set a Profile setting

Usage

Parameters

  • char *Setting
[in] Name of the Setting to change
  • char *Value
[in] Value to set Setting' to

Examples

  • pISInterface->SetProfileSetting("Preload Executables","cosmos.exe");

See Also