RestoreScreenArea

Restores the area to the saved information.

Library:LibC
Classification:NetWare OS
Service:Screen Support

Syntax

  #include <screen.h> 
   
  int RestoreScreenArea (
     scr_t      scrID,
     uint32_t   line,
     uint32_t   col,
     uint32_t   height,
     uint32_t   width,
     void      *buffer); 
  

Parameters

scrID

(IN) Specifies the screen.

line

(IN) Specifies the vertical starting position on the screen by line number.

col

(IN) Specifies the horizontal starting position on the screen by column number.

height

(IN) Specifies the number of lines to restore.

width

(IN) Specifies the number of columns to restore.

buffer

(IN) Points to the buffer containing the area information to restore.

Return Values

If successful, returns 0.

See Also

SaveScreenArea