- 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.
- 4.37.2.60. -