__registerMacroFile
In this section:
Syntax
__registerMacroFile(filename)
Parameters
filenameA file containing the macros to be registered (string). The filename must include a path, which must either be absolute or use argument variables. For information about argument variables, see Argument variables.
Return value
int 0
For use with
All C-SPY drivers.
Description
Registers macros from a setup macro file. With this function you can register multiple macro files during C-SPY startup.
Example
__registerMacroFile("c:\\testdir\\macro.mac");