Contains native language support (locale) information.
#include <netware.h>
typedef struct
{
unsigned char infoID;
unsigned short size;
unsigned short countryID;
unsigned short codePage;
unsigned short dateFormat;
char currencySymbol[5];
char thousandSeparator[2];
char decimalSeparator[2];
char dateSeparator[2];
char timeSeparator[2];
char currencyFormatFlags;
char digitsInCurrency;
char timeFormat;
void (*UpperCase)();
char dataListSeparator[2];
char spare[10];
} countryinfo_t;
Reserved.
Reserved.
Contains the country ID, using one of the values below:
Contains the ID for the code page. For a list of supported values, see Supported Code Pages
in Volume 1.
Reserved.
Contains the symbol used for currency.
Contains the character used to separate groups of digits to the left of the decimal point.
Contains the character used as a decimal in monetary quantities.
Contains the character used to separate days, months, and years.
Contains the character used to separate hours, minutes, and seconds.
Indicates whether the currency symbol precedes or follows a monetary quantity and whether the currency symbol is separated by a space from a monetary quantity.
Specifies the number of fractional digits to display in a monetary quantity.
Reserved.
Reserved.
Reserved.
Reserved for future use.