Results 1471 - 1480 of 1633.

SL_PlayExternalMacro updated:2008-03-01 23:36:15
NAME SL_PlayExternalMacro -- play a macro from a disk file. SYNOPSIS success = SL_PlayExternalMacro(apphandle, filename); D0 A0 A1 SLFLAG SL_PlayExternalMacro(APPHANDLE, SLCHAR *); FUNCTION Sends the file named to the macro system of the OS for execution. INPUTS apphandle - as returned by SL_AppInitA. filename - the full path name of the file to...

SL_FreeCmd updated:2008-03-01 23:36:15
NAME SL_FreeCmd -- frees the memory allocated by SL_BeginCmd. SYNOPSIS SL_FreeCmd(cmdhandle); A0 void SL_FreeCmd(CMDHANDLE); FUNCTION Will free all the memory allocated by SL_BeginCmd. INPUTS cmdhandle - a CMDHANDLE as returned by SL_BeginCmd. SEE ALSO SL_BeginCmd

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

SL_SetCmdResultStr updated:2008-03-01 23:36:15
NAME SL_SetCmdResultStr -- sets the result of the command to the given string. SYNOPSIS success = SL_SetCmdResultStr(apphandle, string); D0 A0 A1 SLFLAG SL_SetCmdResultStr(APPHANDLE, SLCHAR *); FUNCTION Sets the result value for a command. The result of a command is different than it's return code. For example, a command may return the text in a...

SL_FileRequesterA updated:2008-03-01 23:36:15
NAME SL_FileRequesterA -- brings up a file requester. SL_FileRequester -- varags stub. SYNOPSIS success = SL_FileRequesterA(apphandle, type, buff, bufflen, tags); D0 A0 D0 A1 D1 A2 SLFLAG SL_FileRequesterA(APPHANDLE, UWORD, SLCHAR *, UWORD, struct TagItem *); success = SL_FileRequester(apphandle, type, buff, bufflen, tag1, ...); SLFLAG...

SL_ScreenRequester updated:2008-03-01 23:36:16
NAME SL_ScreenRequester -- brings up a screen mode requester. SYNOPSIS success = SL_ScreenRequester(apphandle, callback); D0 A0 A1 SLFLAG SL_ScreenRequester(APPHANDLE, void (*)(void)); FUNCTION This is an Amiga specific requester. INPUTS apphandle - as returned by SL_AppInitA. callback - a function that will be called just before the screen closes so the...

SL_GetFileSize updated:2008-03-01 23:36:16
NAME SL_GetFileSize -- returns the size of a file in bytes. SYNOPSIS size = SL_GetFileSize(apphandle, filename); D0 A0 A1 SLFSIZE SL_GetFileSize(APPHANDLE, SLCHAR *); FUNCTION Will return the size in bytes of the file specified by <filename>. INPUTS apphandle - as returned by SL_AppInitA. filename - a full path name for the file. RESULTS size - the...

SL_CloseFile updated:2008-03-01 23:36:16
NAME SL_CloseFile -- closes a file opened by SL_OpenFile. SYNOPSIS SL_CloseFile(filehandle); A0 void SL_CloseFile(SLFHANDLE); FUNCTION Closes a file that was opened by SL_OpenFile. INPUTS filehandle SEE ALSO SL_BeginExamine, SL_CloseFile, SL_DeleteFile, SL_DoesFileExist, SL_EndExamine, SL_EndFileNotify, SL_ExamineFirstFile, SL_ExamineNextFile,...

SL_WriteFile updated:2008-03-01 23:36:17
NAME SL_WriteFile -- write data to a file. SYNOPSIS success = SL_WriteFile(filehandle, buffer, size); D0 A0 A1 D0 SLFLAG SL_WriteFile(SLFHANDLE, void *, SLMSIZE); FUNCTION Writes <size> bytes from <buffer> to the file specified by filehandle. INPUTS filehandle - as returned by SL_OpenFile. buffer - the buffer that holds the data to be...

SL_MakePath updated:2008-03-01 23:36:17
NAME SL_MakePath -- concats a filename onto a path specification. SYNOPSIS buffer = SL_MakePath(path, file, buff, bufflen); D0 A0 A1 A2 D0 SLCHAR *SL_MakePath(SLCHAR *, SLCHAR *, SLCHAR *, UWORD); FUNCTION Copies the path into the buffer and adds the file to it in an OS compatable manner to make a valid complete path. For example, on the Amiga:...

Previous 1 11 21 31 41 51 61 71 81 91 101 111 121 131 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 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