msos2.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
VIOOVERSCAN (1.2)
                                                      Up Next Previous
────────────────────────────────────────────────────────────────────────────
 
#define INCL_VIO
 
typedef struct _VIOOVERSCAN {    /* vioos */
    USHORT  cb;
    USHORT  type;
    USHORT  color;
} VIOOVERSCAN;
 
The VIOOVERSCAN structure contains the overscan (border) screen color.
 
Field  Description
────────────────────────────────────────────────────────────────────────────
 
cb     Specifies the size of the structure (in bytes). Programs written in
       the C language should use the sizeof operator to set this field.
 
type   Specifies the request type. To retrieve the overscan (border) color,
       this field must be set to 0x0001.
 
color  Specifies the color value.
 
See Also
 
VioGetState, VioSetState, VIOINTENSITY, VIOPALSTATE