VDeleteRunModeCommand


 
Name
  VDeleteRunModeCommand - erases the switch in the button window that runs
the processes in the foreground or background.
 
Synopsis
  VDeleteRunModeCommand()
 
Description
  VDeleteRunModeCommand erases the switch in the button window that runs
the processes in the foreground or background. VDeleteRunModeCommand 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 VDeleteRunModeCommand
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.