Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- TCXL Database - wsave, wrestore http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Wsave, Wrestore

Save/Restore window from buffer

Header File.....TCXLwin.h

Prototype.......VcelP CTYP Wsave(IntT sr, IntT sc, IntT er, IntT ec);
                VOID CTYP Wrestore(VcelP wb);

Source File.....WCT\WSAVE.C

Arguments.......wb -  Pointer to Window Buffer
                sr -  Start Row
                sc -  Start Column
                er -  End Row
                ec -  End Column

Returns.........Address of newly-created window buffer, or NULL if not
                enough memory.

Notes...........Saves a region of the screen and allocates memory to hold
                the buffer, or restores a previously saved region of the
                screen and frees the memory allocated by Wsave().

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