This function sets the country code of the current OS/2 process.

#include <os2.h>

PULONG    CountryCode;
APIRET    rc;

rc = DosSetProcessCp(CountryCode);


[Back: DosSetProcessCp]
[Next: DosSetProcessCp Parameter - CountryCode]