VGetSaveScreenFilename


 
Name
  VGetSaveScreenFilename - returns the file name of the screen dump file.
 
Synopsis
  VGetSaveScreenFilename(name)
  char *name;                           /*RETURNS upto 100 characters*/
 
Description
  VGetSaveScreenFilename returns the file name of the screen dump file.
 
Return Value
  0 - work successfully.
  1 - memory allocation error.
 
Parameters
  name -  name of the screen dump file. The default is "temp.SCRN".
 
Side Effects
  None.
 
Entry Conditions
  VDisplaySaveScreenCommand should be called earlier.
 
Related Functions
VEraseSaveScreenCommand, VGetSaveScreenSwitchValue, VDisplaySaveScreenImage, VOutputSaveScreenImage, VCheckEventsInButtonWindow.