Inquire about a standard overscan region.
Source position: intuition.pas line 3537
function QueryOverscan( |
DisplayID: LongWord; |
Rect: PRectangle; |
OScanType: LongInt |
):LongInt; |
DisplayID |
|
ID to be queried |
Rect |
|
Pointer to struct Rectangle to store result |
OScanType |
|
Overscan type OSCAN_* |
0 (False) if the MonitorSpec your NewScreen requests does not exist. Non-zero (True) if it does.
This function fills in a rectangle with one of the system overscan dimensions, scaled appropriately for the mode of the DisplayID it is passed.
System overscan values for OScanType:
|
Open an Intuition screen |