ISInterface:OpenSettings

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