- 4.51.1.34. -
Table of Contents
4. Standard Units
4.51. ObjGfx40 - ObjectGraphics 4.0 Unit
4.51.1. ObjGfx40 Unit Constants, Variables, and Data Types
4.51.1.34. ogVESAInfo type
4.51.1.34. ogVESAInfo type
Targets: MS-DOS, Win32 console
ObjGfx40 Unit
Used internally in the ogDisplay object for the MS-DOS target.
Declaration:
type
ogVESAInfo = packed record
VBESignature : array [ 0..3 ] of Char;
minVersion : uInt8;
majVersion : uInt8;
OEMStringPtr : pChar;
capabilities : uInt32;
videoModePtr : uInt16ArrayPtr;
totalMemory : uInt16;
{VESA 2.0}
OEMSoftwareRev : uInt16;
OEMVendorNamePtr : pChar;
OEMProductNamePtr : pChar;
OEMProductRevPtr : pChar;
paddington : array [ 35..512 ] of uInt8;
end;
See Also:
- 4.51.1.34. -