Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Flipper 6.0 Help File - vw_flopen() http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
VW_FLOPEN()
   Opens a disk file to hold video data underlying the viewports.

   Syntax
         VW_FLOPEN(cFileName)

   Arguments
         cFileName   Sets the DOS file name.

   Returns
         VW_FLOPEN() returns a 1 if the file is opened successfully, otherwise
         a 0 is returned and an error will be recorded.

   Description
         VW_FLOPEN() opens a disk file to hold video data underlying viewports
         when they are opened or moved about on the screen. This is important
         if you are using large viewports or working in an EGA or VGA graphics
         mode.

         After executing this function, all viewports opened (with the
         requirement that the underlying data be preserved) will save the
         necessary data to the designated file.

         If the file is opened successfully, then a 1 is returned, otherwise
         0 is returned and an error will be recorded.

See Also: VW_FLCLOSE()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson