Queres the code page of the current OS/2 process.

#define INCL_<os2.h>
<unidef.h>

UniChar     *code_set;
int          max;
APIRET       return value;

return value = DosQueryUnicodeCpString(code_set,
                 max);


[Back: DosQueryUnicodeCpString]
[Next: DosQueryUnicodeCpString Parameter - code_set]