VioGetState - Syntax
Gets the current settings of the:
- Blink and background intensity switch
- Color registers
- Overscan (border) color
- Palette registers
- Target VioSetMode display configuration
- Underline location
#define INCL_VIO
#include <os2.h>
PVIOD RequestBlock; /* Request block. */
HVIO VioHandle; /* Reserved. Must be 0. */
APIRET rc; /* Return code. */
rc = VioGetState(RequestBlock, VioHandle);
[Back: VioGetState]
[Next: VioGetState Parameter - RequestBlock]