Previous: 4.37.2.59. GetVbeCapabilities function To the Table of Contents Next: 4.37.2.61. GetVbeModeInfo procedure
4.37.2.59. GetVbeCapabilities function Table of Contents 4.37.2.61. GetVbeModeInfo procedure

- 4.37.2.60. -
Table of Contents
4. Standard Units
4.37. Graph - Graph unit
4.37.2. Graph Unit Procedures and Functions
4.37.2.60. GetVbeInfo procedure


4.37.2.60. GetVbeInfo procedure

Targets: MS-DOS only


Graph Unit

Returns VESA VBE info.

Declaration:
procedure GetVbeInfo(var VbeInfo: VbeInfoType);
Remarks:
VbeInfo must be of VbeInfoType. You don't need to allocate a real mode memory block for the VBE Information Table. TMT Graph translates it from real mode memory into vi so you can directly access it from normal Pascal code.


Previous: 4.37.2.59. GetVbeCapabilities function To the Table of Contents Next: 4.37.2.61. GetVbeModeInfo procedure
4.37.2.59. GetVbeCapabilities function Table of Contents 4.37.2.61. GetVbeModeInfo procedure

- 4.37.2.60. -