This function queries the data source for its current settings, and saves these settings to the specified file.
Copy Code
|
|
---|---|
AT_ERRCOUNT ACCUAPI IG_TWAIN_custom_DS_data_save( LPCSTR lpszFileName ); |
Name | Type | Description |
---|---|---|
lpszFileName | LPCSTR | Specifies the name of the file to which to save the settings. |
Returns the number of ImageGear errors that occurred during this function call. If there are no errors, the return value is IGE_SUCCESS.
This function does not process image pixels.
Twain