VEraseRunModeCommand


 
Name
  VEraseRunModeCommand - erases the switch in the button window that runs
the processes in the foreground or background.
 
Synopsis
  VEraseRunModeCommand()
 
Description
  VEraseRunModeCommand erases the switch in the button window that runs
the processes in the foreground or background. VEraseRunModeCommand also
deletes all the related data structures and frees the memory.
 
Return Value
  0 - work successfully.
  207 - the command switch is NULL.
 
Parameters
  None.
 
Side Effects
  None.
 
Entry Conditions
  VCreateColormap should be called earlier, else VEraseRunModeCommand
prints an error message to the standard error stream, produces a core
dump file and exits from the current process.
 
Related Functions
VDisplayRunModeCommand, VGetRunModeValue, VCheckEventsInButtonWindow.