ISInterface:OpenSettings

From Lavish Software Wiki
Revision as of 00:43, 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 OpenSettings(char *Filename)

Purpose

Open an XML Settings file

Usage

Parameters

  • char *Filename
[in] settings Filename to open

Return Value

  • unsigned long
The unique identifier for the set which represents Filename

Examples

unsigned long ident;
ident = pISInterface->OpenSettings(default);

See Also