Loads the settings from the specified file.
Copy Code
|
|
---|---|
AT_ERRCOUNT ACCUAPI IG_REC_settings_load( LPCSTR pFileName ); |
Name | Type | Description |
---|---|---|
pFileName | LPCSTR | Name of the file from which to load the settings. |
This function does not process image pixels.
Copy Code
|
|
---|---|
AT_ERRCOUNT ErrCount = 0; ErrCount = IG_REC_settings_save("settings.cfg"); //... ErrCount = IG_REC_settings_load("settings.cfg"); |
The function sets all the rest of the settings to default values before loading the settings from the file.