Back to main

 

Function 14 - get screen sizes

Options:

  * eax = 14 - function number

Return value:

  * eax = [xsize] * 65536 + [ysize], where

  * xsize = x-coordinate of the lower right corner of the screen = horizontal size - 1

  * ysize = y-coordinate of the lower right corner of the screen = vertical size - 1

Remarks:

  * See also subfunction 5 function 48 - get the dimensions of the working area of ​​the screen.

 

Constants for registers:

  eax - SF_GET_SCREEN_SIZE (14)