Restores the area to the saved information.
#include <screen.h>
int RestoreScreenArea (
scr_t scrID,
uint32_t line,
uint32_t col,
uint32_t height,
uint32_t width,
void *buffer);
(IN) Specifies the screen.
(IN) Specifies the vertical starting position on the screen by line number.
(IN) Specifies the horizontal starting position on the screen by column number.
(IN) Specifies the number of lines to restore.
(IN) Specifies the number of columns to restore.
(IN) Points to the buffer containing the area information to restore.
If successful, returns 0.