Restores all the saved information to the screen.
#include <screen.h>
int RestoreFullScreen (
scr_t scrID,
void *buffer);
(IN) Specifies the screen.
(IN) Points to the buffer containing the screen information to restore.
If successful, returns 0.