Previous: 4.37.1.21. ViewPortType To the Table of Contents Next: 4.37.1.23. VbeModeInfoType
4.37.1.21. ViewPortType Table of Contents 4.37.1.23. VbeModeInfoType

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


4.37.1.22. VbeInfoType

Targets: MS-DOS only


Graph Unit

A record that stores the VESA VBE information block; used by GetVbeInfo.

Declaration:
 VbeInfoType         = record 
   VbeSignature       : DWORD;
   VbeVersion         : Word;
   OemStringPtr       : DWORD;
   Capabilities       : DWORD;
   VideoModePtr       : DWORD;
   TotalMemory        : Word;
   OEMSoftwareRev     : Word;
   OEMVendorNamePtr   : DWORD;
   OEMProductNamePtr  : DWORD;
   OEMProductRevPtr   : DWORD;
   Reserved           : array [0..221] of Byte;
   OEMData            : array [0..255] of Byte;
 end;



Previous: 4.37.1.21. ViewPortType To the Table of Contents Next: 4.37.1.23. VbeModeInfoType
4.37.1.21. ViewPortType Table of Contents 4.37.1.23. VbeModeInfoType

- 4.37.1.22. -