<< SL_FreeTempSettings | SL_BeginCmd >> |
Top: Documentation Library | Up: SoftLogik App Library API |
SL_PlayExternalMacro
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 execute.
RESULTS
success - TRUE if the macro was found and sent off to the macro
player system ok.
FALSE if the macro could not be found.
SEE ALSO
SL_PlayExternalMacro Command Section By Type url:SL_PlayExternalMacro
created:2008-03-01 23:36:15 last updated:2008-03-01 23:36:15
Copyright © 1985-2024 GrasshopperLLC. All Rights Reserved.
User Contributed Comments For SL_PlayExternalMacro | sign in to add a comment |
There are no user contributed comments for this page. |
<< SL_FreeTempSettings | SL_BeginCmd >> |
Top: Documentation Library | Up: SoftLogik App Library API |