DosSetProcCp

DosSetProcCp

#define INCL_DOSNLS

USHORT  rc = DosSetProcCp(CodePage, Reserved);

USHORT           CodePage;      /* Code page identifier */
USHORT           0;             /* Reserved, set to zero */

USHORT           rc;            /* return code */


[Back: DosSetPathInfo]
[Next: DosSetPrty]