Source position: agraphics.pas line 1761
type tDisplayInfo = record |
Header: tQueryHeader; |
NotAvailable: Word; |
PropertyFlags: ULONG; |
Resolution: tPoint; |
PixelSpeed: Word; |
NumStdSprites: Word; |
PaletteRange: Word; |
SpriteResolution: tPoint; |
pad: array [0..3] of Byte; |
RedBits: Byte; |
GreenBits: Byte; |
BlueBits: Byte; |
pad2: array [0..4] of Byte; |
reserved: array [0..1] of ULONG; |
end; |