VGetSaveScreenSwitchValue


 
Name
  VGetSaveScreenSwitchValue - returns the value of the switch that saves
screen dump files.
 
Synopsis
  VGetSaveScreenSwitchValue(val)
  int *val;                             /*RETURN*/
 
Description
  VGetSaveScreenSwitchValue returns the value of the switch that saves
screen dump files.
 
Return Value
  0 - work successfully.
  1 - memory allocation error.
 
Parameters
  val -  value of the switch returned.
        0 - APPND (append to an existing file).
        1 - OVERWR (overwrite an existing file).
 
Side Effects
  None.
 
Entry Conditions
  VDisplaySaveScreenCommand should be called earlier.
 
Related Functions
VEraseSaveScreenCommand, VDisplayScreenSwitchCommand, VGetSaveScreenFilename, VDisplaySaveScreenImage, VOutputSaveScreenImage, VCheckEventsInButtonWindow.