SaveFullScreen

Saves all the information on the screen.

Library:LibC
Classification:NetWare OS
Service:Screen Support

Syntax

  #include <screen.h> 
   
  int SaveFullScreen (
     scr_t   scrID,
     void   *buffer);
  

Parameters

scrID

(IN) Specifies the screen.

buffer

(IN/OUT) Points to the buffer in which to save the information.

Return Values

If successful, returns 0.

See Also

RestoreFullScreen