- 4.37.1.23 -
Standard Units
Graph Unit
Graph Unit Types, Constants and VariablesVbeModeInfoType
Targets: MS-DOS only
Graph Unit
A record that stores VESA VBE mode information block;
used by GetVbeModeInfo.
Declaration:
VbeModeInfoType = record
ModeAttributes : Word;
WinAAttributes : Byte;
WinBAttributes : Byte;
WinGranularity : Word;
WinSize : Word;
WinASegment : Word;
WinBSegment : Word;
WinFuncPtr : Pointer;
BytesPerScanLine : Word;
XResolution : Word;
YResolution : Word;
XCharSize : Byte;
YCharSize : Byte;
NumberOfPlanes : Byte;
BitsPerPixel : Byte;
NumberOfBanks : Byte;
MemoryModel : Byte;
BankSize : Byte;
NumberOfImagePages : Byte;
Reserved : Byte;
RedMaskSize : Byte;
RedFieldPosition : Byte;
GreenMaskSize : Byte;
GreenFieldPosition : Byte;
BlueMaskSize : Byte;
BlueFieldPosition : Byte;
RsvdMaskSize : Byte;
RsvdFieldPosition : Byte;
DirectColorModeInfo: Byte;
PhysBasePtr : DWORD;
OffScreenMemOffset : DWORD;
OffScreenMemSize : Word;
Reserved2 : array [0..205] of Byte;
end;
|
|
|
VbeInfoType |
Table of Content |
Graph Unit Procedures and Functions |
- 4.37.1.23 -