📄 olenls.h
字号:
#define CTRY_PRCHINA 86 /* PR China */
#define CTRY_SOUTH_KOREA 82 /* South Korea */
#define CTRY_SPAIN 34 /* Spain */
#define CTRY_SWEDEN 46 /* Sweden */
#define CTRY_SWITZERLAND 41 /* Switzerland */
#define CTRY_TAIWAN 886 /* Taiwan */
#define CTRY_UNITED_KINGDOM 44 /* United Kingdom */
#define CTRY_UNITED_STATES 1 /* United States */
/*
* Locale Types.
*
* These types are used for the GetLocaleInfoA NLS API routine.
*/
#define LOCALE_NOUSEROVERRIDE 0x80000000 /* OR in to avoid user override */
#define LOCALE_ILANGUAGE 0x0001 /* language id */
#define LOCALE_SLANGUAGE 0x0002 /* localized name of language */
#define LOCALE_SENGLANGUAGE 0x1001 /* English name of language */
#define LOCALE_SABBREVLANGNAME 0x0003 /* abbreviated language name */
#define LOCALE_SNATIVELANGNAME 0x0004 /* native name of language */
#define LOCALE_ICOUNTRY 0x0005 /* country code */
#define LOCALE_SCOUNTRY 0x0006 /* localized name of country */
#define LOCALE_SENGCOUNTRY 0x1002 /* English name of country */
#define LOCALE_SABBREVCTRYNAME 0x0007 /* abbreviated country name */
#define LOCALE_SNATIVECTRYNAME 0x0008 /* native name of country */
#define LOCALE_IDEFAULTLANGUAGE 0x0009 /* default language id */
#define LOCALE_IDEFAULTCOUNTRY 0x000A /* default country code */
#define LOCALE_IDEFAULTCODEPAGE 0x000B /* default oem code page */
#define LOCALE_IDEFAULTANSICODEPAGE 0x1004 /* default ansi code page */
#define LOCALE_SLIST 0x000C /* list item separator */
#define LOCALE_IMEASURE 0x000D /* 0 = metric, 1 = US */
#define LOCALE_SDECIMAL 0x000E /* decimal separator */
#define LOCALE_STHOUSAND 0x000F /* thousand separator */
#define LOCALE_SGROUPING 0x0010 /* digit grouping */
#define LOCALE_IDIGITS 0x0011 /* number of fractional digits */
#define LOCALE_ILZERO 0x0012 /* leading zeros for decimal */
#define LOCALE_INEGNUMBER 0x1010 /* negative number mode */
#define LOCALE_SNATIVEDIGITS 0x0013 /* native ascii 0-9 */
#define LOCALE_SCURRENCY 0x0014 /* local monetary symbol */
#define LOCALE_SINTLSYMBOL 0x0015 /* intl monetary symbol */
#define LOCALE_SMONDECIMALSEP 0x0016 /* monetary decimal separator */
#define LOCALE_SMONTHOUSANDSEP 0x0017 /* monetary thousand separator */
#define LOCALE_SMONGROUPING 0x0018 /* monetary grouping */
#define LOCALE_ICURRDIGITS 0x0019 /* # local monetary digits */
#define LOCALE_IINTLCURRDIGITS 0x001A /* # intl monetary digits */
#define LOCALE_ICURRENCY 0x001B /* positive currency mode */
#define LOCALE_INEGCURR 0x001C /* negative currency mode */
#define LOCALE_SDATE 0x001D /* date separator */
#define LOCALE_STIME 0x001E /* time separator */
#define LOCALE_SSHORTDATE 0x001F /* short date-time separator */
#define LOCALE_SLONGDATE 0x0020 /* long date-time separator */
#define LOCALE_STIMEFORMAT 0x1003 /* time format string */
#define LOCALE_IDATE 0x0021 /* short date format ordering */
#define LOCALE_ILDATE 0x0022 /* long date format ordering */
#define LOCALE_ITIME 0x0023 /* time format specifier */
#define LOCALE_ITIMEMARKPOSN 0x1005 /* time marker position */
#define LOCALE_ICENTURY 0x0024 /* century format specifier */
#define LOCALE_ITLZERO 0x0025 /* leading zeros in time field */
#define LOCALE_IDAYLZERO 0x0026 /* leading zeros in day field */
#define LOCALE_IMONLZERO 0x0027 /* leading zeros in month field */
#define LOCALE_S1159 0x0028 /* AM designator */
#define LOCALE_S2359 0x0029 /* PM designator */
#define LOCALE_ICALENDARTYPE 0x1009 /* type of calendar specifier */
#define LOCALE_IOPTIONALCALENDAR 0x100B /* additional calendar types specifier */
#define LOCALE_IFIRSTDAYOFWEEK 0x100C /* first day of week specifier */
#define LOCALE_IFIRSTWEEKOFYEAR 0x100D /* first week of year specifier */
#define LOCALE_SDAYNAME1 0x002A /* long name for Monday */
#define LOCALE_SDAYNAME2 0x002B /* long name for Tuesday */
#define LOCALE_SDAYNAME3 0x002C /* long name for Wednesday */
#define LOCALE_SDAYNAME4 0x002D /* long name for Thursday */
#define LOCALE_SDAYNAME5 0x002E /* long name for Friday */
#define LOCALE_SDAYNAME6 0x002F /* long name for Saturday */
#define LOCALE_SDAYNAME7 0x0030 /* long name for Sunday */
#define LOCALE_SABBREVDAYNAME1 0x0031 /* abbreviated name for Monday */
#define LOCALE_SABBREVDAYNAME2 0x0032 /* abbreviated name for Tuesday */
#define LOCALE_SABBREVDAYNAME3 0x0033 /* abbreviated name for Wednesday */
#define LOCALE_SABBREVDAYNAME4 0x0034 /* abbreviated name for Thursday */
#define LOCALE_SABBREVDAYNAME5 0x0035 /* abbreviated name for Friday */
#define LOCALE_SABBREVDAYNAME6 0x0036 /* abbreviated name for Saturday */
#define LOCALE_SABBREVDAYNAME7 0x0037 /* abbreviated name for Sunday */
#define LOCALE_SMONTHNAME1 0x0038 /* long name for January */
#define LOCALE_SMONTHNAME2 0x0039 /* long name for February */
#define LOCALE_SMONTHNAME3 0x003A /* long name for March */
#define LOCALE_SMONTHNAME4 0x003B /* long name for April */
#define LOCALE_SMONTHNAME5 0x003C /* long name for May */
#define LOCALE_SMONTHNAME6 0x003D /* long name for June */
#define LOCALE_SMONTHNAME7 0x003E /* long name for July */
#define LOCALE_SMONTHNAME8 0x003F /* long name for August */
#define LOCALE_SMONTHNAME9 0x0040 /* long name for September */
#define LOCALE_SMONTHNAME10 0x0041 /* long name for October */
#define LOCALE_SMONTHNAME11 0x0042 /* long name for November */
#define LOCALE_SMONTHNAME12 0x0043 /* long name for December */
#define LOCALE_SMONTHNAME13 0x100E /* long name for 13th month (if exists) */
#define LOCALE_SABBREVMONTHNAME1 0x0044 /* abbreviated name for January */
#define LOCALE_SABBREVMONTHNAME2 0x0045 /* abbreviated name for February */
#define LOCALE_SABBREVMONTHNAME3 0x0046 /* abbreviated name for March */
#define LOCALE_SABBREVMONTHNAME4 0x0047 /* abbreviated name for April */
#define LOCALE_SABBREVMONTHNAME5 0x0048 /* abbreviated name for May */
#define LOCALE_SABBREVMONTHNAME6 0x0049 /* abbreviated name for June */
#define LOCALE_SABBREVMONTHNAME7 0x004A /* abbreviated name for July */
#define LOCALE_SABBREVMONTHNAME8 0x004B /* abbreviated name for August */
#define LOCALE_SABBREVMONTHNAME9 0x004C /* abbreviated name for September */
#define LOCALE_SABBREVMONTHNAME10 0x004D /* abbreviated name for October */
#define LOCALE_SABBREVMONTHNAME11 0x004E /* abbreviated name for November */
#define LOCALE_SABBREVMONTHNAME12 0x004F /* abbreviated name for December */
#define LOCALE_SABBREVMONTHNAME13 0x100F /* abbreviated name for 13th month (if exists) */
#define LOCALE_SPOSITIVESIGN 0x0050 /* positive sign */
#define LOCALE_SNEGATIVESIGN 0x0051 /* negative sign */
#define LOCALE_IPOSSIGNPOSN 0x0052 /* positive sign position */
#define LOCALE_INEGSIGNPOSN 0x0053 /* negative sign position */
#define LOCALE_IPOSSYMPRECEDES 0x0054 /* mon sym precedes pos amt */
#define LOCALE_IPOSSEPBYSPACE 0x0055 /* mon sym sep by space from pos */
#define LOCALE_INEGSYMPRECEDES 0x0056 /* mon sym precedes neg amt */
#define LOCALE_INEGSEPBYSPACE 0x0057 /* mon sym sep by space from neg */
/***************************************************************************\
* Typedefs
*
* Define all types for the NLS component here.
\***************************************************************************/
/*
* IDs.
*/
typedef unsigned long LCID; /* locale ID */
typedef unsigned short LANGID; /* language ID */
typedef unsigned long LCTYPE; /* locale type constant */
#define _LCID_DEFINED
/***************************************************************************\
* Macros
*
* Define all macros for the NLS component here.
\***************************************************************************/
/*
* A language ID is a 16 bit value which is the combination of a
* primary language ID and a secondary language ID. The bits are
* allocated as follows:
*
* +-----------------------+-------------------------+
* | Sublanguage ID | Primary Language ID |
* +-----------------------+-------------------------+
* 15 10 9 0 bit
*
*
* Language ID creation/extraction macros:
*
* MAKELANGID - construct language id from primary language id and
* sublanguage id.
* PRIMARYLANGID - extract primary language id from a language id.
* SUBLANGID - extract sublanguage id from a language id.
*/
#define MAKELANGID(p, s) ((((unsigned short)(s)) << 10) | (unsigned short)(p))
#define PRIMARYLANGID(lgid) ((unsigned short)(lgid) & 0x3ff)
#define SUBLANGID(lgid) ((unsigned short)(lgid) >> 10)
/*
* A locale ID is a 32 bit value which is the combination of a
* language ID and a reserved area. The bits are allocated as follows:
*
* +-----------------------+-------------------------+
* | Reserved | Language ID |
* +-----------------------+-------------------------+
* 31 16 15 0 bit
*
*
* Locale ID creation macro:
*
* MAKELCID - construct locale id from a language id.
*/
#define MAKELCID(lgid) ((unsigned long)(((unsigned short)(lgid)) | (((unsigned long)((unsigned short)(0))) << 16)))
/*
* Get the language id from a locale id.
*/
#define LANGIDFROMLCID(lcid) ((unsigned short)(lcid))
/*
* Default System and User IDs for language and locale.
*/
#define LANG_SYSTEM_DEFAULT (MAKELANGID(LANG_NEUTRAL, SUBLANG_SYS_DEFAULT))
#define LANG_USER_DEFAULT (MAKELANGID(LANG_NEUTRAL, SUBLANG_DEFAULT))
#define LOCALE_SYSTEM_DEFAULT (MAKELCID(LANG_SYSTEM_DEFAULT))
#define LOCALE_USER_DEFAULT (MAKELCID(LANG_USER_DEFAULT))
/***************************************************************************\
* Function Prototypes
*
* Only prototypes for the NLS APIs should go here.
\***************************************************************************/
NLSAPI_(int)
CompareStringA(LCID, unsigned long, const char FAR*, int, const char FAR*, int);
NLSAPI_(int)
LCMapStringA(LCID, unsigned long, const char FAR*, int, char FAR*, int);
NLSAPI_(int)
GetLocaleInfoA(LCID, LCTYPE, char FAR*, int);
NLSAPI_(int)
GetStringTypeA(LCID, unsigned long, const char FAR*, int, unsigned short FAR*);
NLSAPI_(LANGID)
GetSystemDefaultLangID(void);
NLSAPI_(LANGID)
GetUserDefaultLangID(void);
NLSAPI_(LCID)
GetSystemDefaultLCID(void);
NLSAPI_(LCID)
GetUserDefaultLCID(void);
#ifdef __cplusplus
}
#endif
#endif /* NONLS */
#endif /* _OLENLS_ */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -