Accessing the BIOS INT 10H Video Interrupt Routines

The vid_int() function is available to call any of the INT 10H video interrupt routines from within your Vermont Views program. The call for this function is as follows:

void vid_int(&vri, &vro)
 
VIDIO vri;
/* Input data structure
*/
VIDIO vro;
/* Output data structure
*/

The VIDIO structure is defined in vv_sys.h.


Home Contents Previous Next