Previous: 4.37.1.22. VbeInfoType To the Table of Contents Next: 4.37.2. Graph Unit Procedures and Functions
4.37.1.22. VbeInfoType Table of Contents 4.37.2. Graph Unit Procedures and Functions

- 4.37.1.23. -
Table of Contents
4. Standard Units
4.37. Graph - Graph unit
4.37.1. Graph Unit Types, Constants, and Variables
4.37.1.23. VbeModeInfoType


4.37.1.23. VbeModeInfoType

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;



Previous: 4.37.1.22. VbeInfoType To the Table of Contents Next: 4.37.2. Graph Unit Procedures and Functions
4.37.1.22. VbeInfoType Table of Contents 4.37.2. Graph Unit Procedures and Functions

- 4.37.1.23. -