VioSetCp

VioSetCp

#define INCL_VIO

USHORT  rc = VioSetCp(Reserved, CodePageID, VioHandle);

USHORT           Reserved;      /* Reserved (must be zero) */
USHORT           CodePageID;    /* CodePage Id */
HVIO             VioHandle;     /* Video handle */

USHORT           rc;            /* return code */


[Back: VioSetAnsi]
[Next: VioSetCurPos]