If you only intend to use one of the four standard
overscan dimensions as is, and open your screen to exactly the DisplayClip dimensions, you can specify one of the OSCAN_ values using the SA_Overscan tag to the OpenScreenTagList() function and omit all of SA_Left, SA_Top, SA_Width, and SA_Height. This also requires that you do not supply a NewScreen structure, since it always contains left/top/width/height information.
If you wish to supply a NewScreen structure, then you are supplying left/top/width/height information. This information can be taken from the rectangle resulting from this function:
pointer to a Rectangle structure which this function will fill out with its return values. Note that to convert a rectangle to a screen "Height" you do (MaxY - MinY + 1), and similarly for "Width." The rectangle may be passed directly to OpenScreen() as a DisplayClip region (SA_DClip).
RESULT
0 (FALSE) if the MonitorSpec your NewScreen requests does not exist. Non-zero (TRUE) if it does.
BUGS
Change in parameter V36.A17 might cause problems for some.