GetScreenSize

Returns the size of the current active screen.

Library:LibC
Classification:NetWare OS
Service:Screen Support

Syntax

  #include <screen.h> 
   
  void GetScreenSize (
     uint16_t   *height,
     uint16_t   *width);
  

Parameters

height

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

width

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

See Also

GetActualScreenSize