<< SL_FreeAppMacro | SL_CreateMacro >> |
Top: Documentation Library | Up: SoftLogik App Library API |
SL_PlayMacro
NAME
SL_PlayMacro -- plays a macro from a macro handle.
SYNOPSIS
success = SL_PlayMacro(apphandle, macrohandle);
D0 A0 A1
SLFLAG SL_PlayMacro(APPHANDLE, MACROHANDLE);
FUNCTION
This "plays" the macro via the applications macro table.
INPUTS
apphandle - as returned by SL_AppInitA.
macrohandle - a valid macro handle or NULL. If NULL then the
internal recorded macro is played.
RESULTS
success - TRUE if the macro executed OK.
FALSE if there was a problem.
SEE ALSO
SL_CreateMacro, SL_FreeMacro, SL_SaveMacro, SL_ExtractMacro, SL_MacroLength.
SL_PlayMacro Command Section By Type url:SL_PlayMacro
created:2008-03-01 23:36:28 last updated:2008-03-01 23:36:28
Copyright © 1985-2024 GrasshopperLLC. All Rights Reserved.
User Contributed Comments For SL_PlayMacro | sign in to add a comment |
There are no user contributed comments for this page. |
<< SL_FreeAppMacro | SL_CreateMacro >> |
Top: Documentation Library | Up: SoftLogik App Library API |