A SERVICE OF

logo

4-100 Programmer’s Manual
vidGetState
Description
Retrieves the current video mode as defined in vidSetMode.
Syntax
unsigned short far vidGetState(short far* lpsColCnt,
short far* lpsPage);
Parameters
lpsColCnt
A variable pointer to the number of character
columns.
lpsPage
A variable pointer to the current active display page.
Return Values
0
The current video mode (20 column display).
Example
See “pclCalibrate” for an example.