Saves all the information on the screen.
#include <screen.h>
int SaveFullScreen (
scr_t scrID,
void *buffer);
(IN) Specifies the screen.
(IN/OUT) Points to the buffer in which to save the information.
If successful, returns 0.