<< SL_PlayExternalMacro | SL_FreeCmd >> |
Top: Documentation Library | Up: SoftLogik App Library API |
SL_BeginCmd
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 - a CMDHANDLE used to refer to this command.
SEE ALSO
SL_FreeCmd, SL_AddCmdStr, SL_AddCmdInt, SL_ExecuteCmd
SL_BeginCmd Command Section By Type url:SL_BeginCmd
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_BeginCmd | sign in to add a comment |
There are no user contributed comments for this page. |
<< SL_PlayExternalMacro | SL_FreeCmd >> |
Top: Documentation Library | Up: SoftLogik App Library API |