GetActualScreenSize

Determines the size of the screen.

Library:LibC
Classification:NetWare OS
Service:Screen Support

Syntax

  #include <screen.h> 
   
  int GetActualScreenSize (
     scr_t       scrID,
     uint32_t   *height,
     uint32_t   *width,
     size_t     *bufferSize);
  

Parameters

scrID

(IN) Specifies the screen.

height

(OUT) Points to the number of lines in the screen.

width

(OUT) Points to the number of columns in the screen.

bufferSize

(OUT) Points to the size of the input buffer.

Return Values

If successful, returns 0.

See Also

GetScreenSize