Previous: GetVbeInfo procedure To the Table of Content Next: GetVbeModesList procedure

- 4.37.2.61 -
Standard Units
Graph Unit
Graph Unit Procedures and Functions

GetVbeModeInfo procedure

Targets: MS-DOS only


Graph Unit

Returns the video mode information for the specified VBE internal video mode number.

Declaration:
procedure GetVbeModeInfo(ModeNo: Word;
                         var VbeModeInfo: VbeModeInfoType);
Remarks:
VbeModeInfo must be of VbeModeInfoType. You don't need to allocate real mode memory block for VBE Mode Information Table. TMT Graph translates it from real mode memory into VbeModeInfo so you can directly access it from normal Pascal code.


Previous: GetVbeInfo procedure To the Table of Content Next: GetVbeModesList procedure
GetVbeInfo procedure Table of Content GetVbeModesList procedure

- 4.37.2.61 -