
This structure holds information on the display. More...
Data Fields | |
| INT32 | left |
| INT32 | top |
| INT32 | right |
| INT32 | bottom |
| INT32 | width |
| INT32 | height |
| INT32 | bits |
| INT32 | palsize |
| INT32 | palrsvd |
| INT32 | pages |
| float | refresh |
| INT32 | winnt |
This structure holds information on the display.
This structure holds information on the display Call get_display_information() to fill this with data Check mode before running experiment!
| INT32 bits |
bits per pixel
| INT32 bottom |
bottom of display
| INT32 height |
height of display
| INT32 left |
left of display
| INT32 pages |
pages supported
| INT32 palrsvd |
number of static entries in palette ( 0 if not indexed display mode)
| INT32 palsize |
total entries in palette (0 if not indexed display mode)
| float refresh |
refresh rate in Hz
| INT32 right |
right of display
| INT32 top |
top of display
| INT32 width |
width of display
| INT32 winnt |
0 if Windows 9x/Me, 1 if Windows NT, 2 if Windows 2000, 3 if Windows XP/Vista/7, 4 if Windows 10