Difference between revisions of "ISInterface:SetProfileSetting"

From Lavish Software Wiki
Jump to navigation Jump to search
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
===Syntax===
 
===Syntax===
 
+
*void SetProfileSetting(char *Setting, char *Value)
 
== Purpose ==
 
== Purpose ==
 
+
To set a Profile setting
 
== Usage ==
 
== Usage ==
 
=== Parameters ===
 
=== Parameters ===
 
+
*char *Setting
=== Return Value ===
+
:'''[in]''' Name of the '''Setting''' to change
 
+
*char *Value
 +
:'''[in]''' Value to set '''Setting' to
 
== Examples ==
 
== Examples ==
 
+
*pISInterface->SetProfileSetting("Preload Executables","cosmos.exe");
  
 
== See Also ==
 
== See Also ==
Line 15: Line 16:
  
 
[[Category:ISXDK]]
 
[[Category:ISXDK]]
 +
[[Category:ISInterface]]
 +
 
[[Category:ISInterface]]
 
[[Category:ISInterface]]

Latest revision as of 02:20, 3 September 2005

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