Returns the window or screen size.
Entry Conditions
A
path number
B
SS.ScSiz ($26)
Exit Conditions
X
number of columns on screen/window
Y
number of rows on screen/window
Additional Information
- Use this call to determine the size of an output screen. The values returned depend on the device in use:
- For non-CCIO devices, the call returns the values following the XON/XOFF bytes in the device descriptor.
- For CCIO devices, the call returns the size of the window or screen in use by the specified device.
- For window devices, the call returns the size of the current working area of the window.
- The support modules for this call are VDGINT, GrfInt, and WindInt.