SL_FindAppArg


NAME
SL_FindAppArg -- finds an argnode by name

SYNOPSIS
success = SL_FindAppArg(apphandle, argname);
D0A0 A1

SLFLAG SL_FindAppArg(APPHANDLE, SLCHAR *);

FUNCTION
Tries to find the named argument returns it's success. This function
searches the applications apphandle list of arguments. Those are the
arguments specified in a pref file or at startup time.
This function will use the app arg list or the temp arg list to find
from. The temp arg list is used if a SL_LoadTempSettings has been done.

INPUTS
apphandle - an APPHANDLE as returned by SL_AppInitAdd Page.
argname - the name of the argument to find.

RESULTS
success - TRUE if the arg was found, FALSE if it was not found.

SEE ALSO
SL_DeleteAppArg, SL_GetAppArgData, SL_SetAppArgData, SL_GetAppArgCV, SL_SetAppArgCV, SL_LoadSettings, SL_SaveSettings, SL_LoadTempSettings, SL_SaveTempSettings, SL_FreeTempSettings.

 

SL_FindAppArg  Command Section By Type  url:SL_FindAppArg
  created:2008-03-01 23:36:13   last updated:2008-03-01 23:36:13
  Copyright © 1985-2024 GrasshopperLLC. All Rights Reserved.

User Contributed Comments For SL_FindAppArg
There are no user contributed comments for this page.