SL_SaveMacro


NAME
SL_SaveMacro -- writes macro to disk.

SYNOPSIS
success = SL_SaveMacro(apphandle, macrohandle, filename);
D0 A0 A1 A2

SLFLAG SL_SaveMacro(APPHANDLE, MACROHANDLE, SLCHAR *);

FUNCTION
Writes the macro to a file in a manner suitable for it to be
played via SL_PlayExternalMacro.

INPUTS
apphandle - as returned by SL_AppInitA.
macrohandle - a vaild macro handle or NULL. If NULL then the
internal recorded macro is saved.
filename - the full path name of the file to write the macro to.

RESULTS
success - TRUE then the macro was saved without problem.
FALSE means there was some trouble saving the macro.

SEE ALSO
SL_CreateMacro, SL_FreeMacro, SL_PlayMacro, SL_ExtractMacro, SL_MacroLength.

 

SL_SaveMacro  Command Section By Type  url:SL_SaveMacro
  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_SaveMacro
There are no user contributed comments for this page.