Results 1291 - 1300 of 1633.

SL_ClearArgList updated:2008-03-01 23:36:13
This call is obsolete and is unsupported. Do not use.

SL_GetAppArgData updated:2008-03-01 23:36:13
NAME SL_GetAppArgData -- gets data from the argnode->argv array SYNOPSIS data = SL_GetAppArgData(apphandle, argname, num); D0A0 A1 D0 SLCHAR *SL_GetAppArgData(APPHANDLE, SLCHAR *, UWORD); FUNCTION Returns the <num> entry from the arg's argv array. This function will use the temp settings if they have been loaded via SL_LoadTempSettings....

SL_GetAppArgCV updated:2008-03-01 23:36:14
NAME SL_GetAppArgCV -- gets an argnodes argc and argv. SYNOPSIS success = SL_GetAppArgCV(apphandle, argname, argc, argv); D0 A0 A1 D0 D1 SLFLAG SL_GetAppArgCV(APPHANDLE , SLCHAR * , UWORD * , SLCHAR *** ); FUNCTION Returns in argc and argv the values of the argnodes argc and argv. This functio will use the temp settings if they have been loaded via...

SL_LoadSettings updated:2008-03-01 23:36:14
NAME SL_LoadSettings -- loads the applications settings from a file. SYNOPSIS success = SL_LoadSettings(apphandle, filename); D0 A0 A1 SLFLAG SL_LoadSettings(APPHANDLE , SLCHAR * ); FUNCTION This loads the settings from a file into the applications default arguments/settings area. All arguments read in will override the current arguments. If the filename...

SL_LoadTempSettings updated:2008-03-01 23:36:14
NAME SL_LoadTempSettings -- loads temporary settings from a file. SYNOPSIS success = SL_LoadTempSettings(apphandle, filename); D0 A0 A1 SLFLAG SL_LoadTempSettings(APPHANDLE , SLCHAR * ); FUNCTION This loads the settings from a file into the applications temporary arguments/settings area. If the filename argument is NULL, then the default settings file is...

SL_FreeTempSettings updated:2008-03-01 23:36:14
NAME SL_FreeTempSettings -- frees the temp settings loaded by SL_LoadTempSettings. SYNOPSIS SL_FreeTempSettings(apphandle); A0 void SL_FreeTempSettings(APPHANDLE); FUNCTION Frees all the settings read in by SL_LoadTempSettings. INPUTS apphandle - as returned by SL_AppInit. SEE ALSO SL_DeleteAppArg, SL_FindAppArg, SL_GetAppArgData, SL_SetAppArgData,...

SL_BeginCmd updated:2008-03-01 23:36:15
NAME SL_BeginCmd -- used to start a macro command. SYNOPSIS cmdhandle = SL_BeginCmd(apphandle, name); D0A0 A1 CMDHANDLE SL_BeginCmd(APPHANDLE, SLCHAR *); FUNCTION Allocates a CMDHANDLE and inits it with the first part of the macro command (name); INPUTS apphandle - as returned by SL_AppInitA. name - the first part of the macro command. RESULTS cmdhandle -...

SL_AddCmdStr updated:2008-03-01 23:36:15
NAME SL_AddCmdStr -- adds a string to a command. SYNOPSIS success = SL_AddCmdStr(cmdhandle, string); D0 A0 A1 SLFLAG SL_AddCmdStr(CMDHANDLE, SLCHAR *); FUNCTION Will add the string to the command in the appropriate manner for the underlying macro system. INPUTS cmdhandle - as returned by SL_BeginCmd. string - the string to add to the command. The string...

SL_ExecuteCmd updated:2008-03-01 23:36:15
NAME SL_ExecuteCmd -- "executes" a command. SYNOPSIS rc = SL_ExecuteCmd(apphandle, cmdhandle); D0 A0 A1 WORD SL_ExecuteCmd(APPHANDLE, CMDHANDLE); FUNCTION Finds the command in the applications macro table and calls it's function returing the result. INPUTS apphandle - as returned by SL_AppInit. cmdhandle - as returned by SL_BeginCmd....

SL_Help updated:2008-03-01 23:36:15
NAME SL_Help -- brings up a help screen for a given topic. SYNOPSIS success = SL_Help(apphandle, path, file, node); D0 A0 A1 D0 D1 SLFLAG SL_Help(APPHANDLE, SLCHAR *, SLCHAR *, SLCHAR *); FUNCTION INPUTS RESULTS

Previous 1 11 21 31 41 51 61 71 81 91 101 111 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 150 160 Next

    PageStream User Documentation
    PageStream Guide
    PageStream Scripting Documentation
    BME User Documentation
    BME Scripting Documentation
    PageLiner User Documentation
    PageLiner Scripting Documentation
    HHV User Documentation
    Developer Documentation
    PageStream Web Site
    PageStream Web Site Documentation
    PageStream Document Gallery
    PageStream Script Gallery