<< SL_LoadTempSettings | SL_FreeTempSettings >> |
Top: Documentation Library | Up: SoftLogik App Library API |
SL_SaveTempSettings
NAME
SL_SaveTempSettings -- saves the temporary settings to a file.
SYNOPSIS
success = SL_SaveTempSettings(apphandle, filename);
D0 A0 A1
SLFLAG SL_SaveTempSettings(APPHANDLE , SLCHAR * );
FUNCTION
This saves the settings from the temporary arguments/settings
area into a file.
If the filename argument is NULL, then the default settings
file is used. The default settings file is either the file
specified by the APPARG_SETTINGS argument (if the OS specific
app library suports that argument) or it is a filename determined
by the OS specific app library. On the Amiga the default filename
is the APPATTR_Name + ".prefs". The Amiga app library does support
the APPARG_SETTINGS argument.
INPUTS
apphandle - as returned by SL_AppInit.
filename - the full path name of the settings file to load.
If this is NULL, then the default settings file for
the application is loaded.
RESULTS
success - TRUE if the file saved with no problems.
FALSE if it was not saved.
SEE ALSO
SL_DeleteAppArg, SL_FindAppArg, SL_GetAppArgData, SL_SetAppArgData, SL_GetAppArgCV, SL_SetAppArgCV, SL_LoadSettings, SL_SaveSettings, SL_LoadTempSettings, SL_FreeTempSettings.
SL_SaveTempSettings Command Section By Type url:SL_SaveTempSettings
created:2008-03-01 23:36:14 last updated:2008-03-01 23:36:14
Copyright © 1985-2024 GrasshopperLLC. All Rights Reserved.
User Contributed Comments For SL_SaveTempSettings | sign in to add a comment |
There are no user contributed comments for this page. |
<< SL_LoadTempSettings | SL_FreeTempSettings >> |
Top: Documentation Library | Up: SoftLogik App Library API |