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

#include <os2.h>

PULONG    CountryCode;
APIRET    rc;

rc = DosQueryCp(CountryCode);


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