◄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 ♦