|
GoWebScan API
|
| kStatus GoWebScanSettings_Load | ( | GoWebScanSettings * | settings, |
| const kChar * | fileName, | ||
| kAlloc | alloc | ||
| ) |
Loads the settings XML from a specified path and constructs and initializes a GoWebScanSettings object with the values read from the XML.
| settings | Receives the loaded GoWebScanSettings object. |
| fileName | Path of the settings file. |
| alloc | Memory allocator (or kNULL for default). |