Gets the current visual page number.
#include <graph.h>
short __far _getvisualpage( void );
The _getvisualpage function returns the current visual page number.
The function returns the number of the current visual page. All hardware combinations support at least one page (page number 0).
Standards:None
16-Bit:DOS
32-Bit:None
_getactivepage, _gettextcolor, _gettextposition, _outtext, _setactivepage,
_settextcolor, _settextposition, _settextwindow, _setvideomode,
_setvisualpage, _wrapon
See the example for _getactivepage.