You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
54 lines
2.5 KiB
54 lines
2.5 KiB
/*++
|
|
|
|
Copyright (c) 1994-2000, Microsoft Corporation All rights reserved.
|
|
|
|
Module Name:
|
|
|
|
maxvals.h
|
|
|
|
Abstract:
|
|
|
|
This module contains the maximum value string constants for the
|
|
SetLocaleInfo api.
|
|
|
|
Revision History:
|
|
|
|
--*/
|
|
|
|
|
|
|
|
//
|
|
// SetLocaleInfo string constants.
|
|
//
|
|
|
|
#define MAX_SLIST 3 // max wide chars in sList
|
|
#define MAX_IMEASURE 1 // max wide chars in iMeasure
|
|
#define MAX_SDECIMAL 3 // max wide chars in sDecimal
|
|
#define MAX_STHOUSAND 3 // max wide chars in sThousand
|
|
#define MAX_SGROUPING 3 // max wide chars in sGrouping
|
|
#define MAX_IDIGITS 1 // max wide chars in iDigits
|
|
#define MAX_IDIGITSUBSTITUTION 2 // max wide chars in iDigitsSubstitution
|
|
#define MAX_ILZERO 1 // max wide chars in iLZero
|
|
#define MAX_INEGNUMBER 1 // max wide chars in iNegNumber
|
|
#define MAX_SCURRENCY 5 // max wide chars in sCurrency
|
|
#define MAX_SMONDECSEP 3 // max wide chars in sMonDecimalSep
|
|
#define MAX_SMONTHOUSEP 3 // max wide chars in sMonThousandSep
|
|
#define MAX_SMONGROUPING 3 // max wide chars in sMonGrouping
|
|
#define MAX_ICURRDIGITS 2 // max wide chars in iCurrDigits
|
|
#define MAX_ICURRENCY 1 // max wide chars in iCurrency
|
|
#define MAX_INEGCURR 2 // max wide chars in iNegCurr
|
|
#define MAX_SPOSSIGN 4 // max wide chars in sPositiveSign
|
|
#define MAX_SNEGSIGN 4 // max wide chars in sNegativeSign
|
|
#define MAX_STIMEFORMAT 79 // max wide chars in sTimeFormat
|
|
#define MAX_STIME 3 // max wide chars in sTime
|
|
#define MAX_ITIME 1 // max wide chars in iTime
|
|
#define MAX_S1159 12 // max wide chars in s1159
|
|
#define MAX_S2359 12 // max wide chars in s2359
|
|
#define MAX_SSHORTDATE 79 // max wide chars in sShortDate
|
|
#define MAX_SDATE 3 // max wide chars in sDate
|
|
#define MAX_SLONGDATE 79 // max wide chars in sLongDate
|
|
#define MAX_ICALTYPE 1 // max wide chars in iCalendarType
|
|
#define MAX_IFIRSTDAY 1 // max wide chars in iFirstDayOfWeek
|
|
#define MAX_IFIRSTWEEK 1 // max wide chars in iFirstWeekOfYear
|
|
#define MAX_FORMAT 80 // max wide chars in date & time styles
|
|
#define MAX_YEAR 4 // max wide chars in year
|