ReactOS 0.4.16-dev-1946-g52006dd
winnls.h
Go to the documentation of this file.
1#ifndef _WINNLS_
2#define _WINNLS_
3
4#ifdef __cplusplus
5extern "C" {
6#endif
7
8#ifdef _MSC_VER
9#pragma warning(push)
10#pragma warning(disable:4820)
11#endif
12
13#define GEOID_NOT_AVAILABLE (-1)
14#define MAX_LEADBYTES 12
15#define MAX_DEFAULTCHAR 2
16
17#define LOCALE_ALL 0x00
18
19#define LOCALE_NOUSEROVERRIDE 0x80000000
20#define LOCALE_USE_CP_ACP 0x40000000
21#if (WINVER >= 0x0400)
22#define LOCALE_RETURN_NUMBER 0x20000000
23#endif
24#define LOCALE_RETURN_GENITIVE_NAMES 0x10000000
25#define LOCALE_ALLOW_NEUTRAL_NAMES 0x08000000
26#define LOCALE_SLOCALIZEDDISPLAYNAME 0x00000002
27#if (WINVER >= _WIN32_WINNT_VISTA)
28#define LOCALE_SLOCALIZEDLANGUAGENAME 0x0000006f
29#endif
30#define LOCALE_ILANGUAGE 1
31#define LOCALE_SLANGUAGE 2
32#define LOCALE_SENGLANGUAGE 0x1001
33#define LOCALE_SENGLISHLANGUAGENAME 0x1001
34#define LOCALE_SABBREVLANGNAME 3
35#define LOCALE_SNATIVELANGNAME 4
36#define LOCALE_ICOUNTRY 5
37#define LOCALE_SCOUNTRY 6
38#define LOCALE_SENGCOUNTRY 0x1002
39#define LOCALE_SENGLISHCOUNTRYNAME 0x1002
40#define LOCALE_SABBREVCTRYNAME 7
41#define LOCALE_SNATIVECTRYNAME 8
42#define LOCALE_IDEFAULTLANGUAGE 9
43#define LOCALE_IDEFAULTCOUNTRY 10
44#define LOCALE_IDEFAULTCODEPAGE 11
45#define LOCALE_IDEFAULTANSICODEPAGE 0x1004
46#define LOCALE_IDEFAULTMACCODEPAGE 0x1011
47#define LOCALE_SLIST 12
48#define LOCALE_IMEASURE 13
49#define LOCALE_SDECIMAL 14
50#define LOCALE_STHOUSAND 15
51#define LOCALE_SGROUPING 16
52#define LOCALE_IDIGITS 17
53#define LOCALE_ILZERO 18
54#define LOCALE_INEGNUMBER 0x1010
55#define LOCALE_SNATIVEDIGITS 19
56#define LOCALE_SCURRENCY 20
57#define LOCALE_SINTLSYMBOL 21
58#define LOCALE_SMONDECIMALSEP 22
59#define LOCALE_SMONTHOUSANDSEP 23
60#define LOCALE_SMONGROUPING 24
61#define LOCALE_ICURRDIGITS 25
62#define LOCALE_IINTLCURRDIGITS 26
63#define LOCALE_ICURRENCY 27
64#define LOCALE_INEGCURR 28
65#define LOCALE_SDATE 29
66#define LOCALE_STIME 30
67#define LOCALE_SSHORTDATE 31
68#define LOCALE_SLONGDATE 32
69#define LOCALE_STIMEFORMAT 0x1003
70#define LOCALE_IDATE 33
71#define LOCALE_ILDATE 34
72#define LOCALE_ITIME 35
73#define LOCALE_ITIMEMARKPOSN 0x1005
74#define LOCALE_ICENTURY 36
75#define LOCALE_ITLZERO 37
76#define LOCALE_IDAYLZERO 38
77#define LOCALE_IMONLZERO 39
78#define LOCALE_S1159 40
79#define LOCALE_S2359 41
80#define LOCALE_ICALENDARTYPE 0x1009
81#define LOCALE_IOPTIONALCALENDAR 0x100B
82#define LOCALE_IFIRSTDAYOFWEEK 0x100C
83#define LOCALE_IFIRSTWEEKOFYEAR 0x100D
84#define LOCALE_SDAYNAME1 42
85#define LOCALE_SDAYNAME2 43
86#define LOCALE_SDAYNAME3 44
87#define LOCALE_SDAYNAME4 45
88#define LOCALE_SDAYNAME5 46
89#define LOCALE_SDAYNAME6 47
90#define LOCALE_SDAYNAME7 48
91#define LOCALE_SABBREVDAYNAME1 49
92#define LOCALE_SABBREVDAYNAME2 50
93#define LOCALE_SABBREVDAYNAME3 51
94#define LOCALE_SABBREVDAYNAME4 52
95#define LOCALE_SABBREVDAYNAME5 53
96#define LOCALE_SABBREVDAYNAME6 54
97#define LOCALE_SABBREVDAYNAME7 55
98#define LOCALE_SMONTHNAME1 56
99#define LOCALE_SMONTHNAME2 57
100#define LOCALE_SMONTHNAME3 58
101#define LOCALE_SMONTHNAME4 59
102#define LOCALE_SMONTHNAME5 60
103#define LOCALE_SMONTHNAME6 61
104#define LOCALE_SMONTHNAME7 62
105#define LOCALE_SMONTHNAME8 63
106#define LOCALE_SMONTHNAME9 64
107#define LOCALE_SMONTHNAME10 65
108#define LOCALE_SMONTHNAME11 66
109#define LOCALE_SMONTHNAME12 67
110#define LOCALE_SMONTHNAME13 0x100E
111#define LOCALE_SABBREVMONTHNAME1 68
112#define LOCALE_SABBREVMONTHNAME2 69
113#define LOCALE_SABBREVMONTHNAME3 70
114#define LOCALE_SABBREVMONTHNAME4 71
115#define LOCALE_SABBREVMONTHNAME5 72
116#define LOCALE_SABBREVMONTHNAME6 73
117#define LOCALE_SABBREVMONTHNAME7 74
118#define LOCALE_SABBREVMONTHNAME8 75
119#define LOCALE_SABBREVMONTHNAME9 76
120#define LOCALE_SABBREVMONTHNAME10 77
121#define LOCALE_SABBREVMONTHNAME11 78
122#define LOCALE_SABBREVMONTHNAME12 79
123#define LOCALE_SABBREVMONTHNAME13 0x100F
124#define LOCALE_SPOSITIVESIGN 80
125#define LOCALE_SNEGATIVESIGN 81
126#define LOCALE_IPOSSIGNPOSN 82
127#define LOCALE_INEGSIGNPOSN 83
128#define LOCALE_IPOSSYMPRECEDES 84
129#define LOCALE_IPOSSEPBYSPACE 85
130#define LOCALE_INEGSYMPRECEDES 86
131#define LOCALE_INEGSEPBYSPACE 87
132#define LOCALE_FONTSIGNATURE 88
133#define LOCALE_SISO639LANGNAME 89
134#define LOCALE_SISO3166CTRYNAME 90
135
136/* FIXME: This value should be in the guarded block below */
137#define LOCALE_SNAME 92
138
139#if (WINVER >= 0x0600) || (defined(__REACTOS__) && defined(_KERNEL32_))
140#define LOCALE_IGEOID 91
141#define LOCALE_SNAME 92
142#define LOCALE_SDURATION 93
143#define LOCALE_SKEYBOARDSTOINSTALL 94
144#define LOCALE_SSHORTESTDAYNAME1 96
145#define LOCALE_SSHORTESTDAYNAME2 97
146#define LOCALE_SSHORTESTDAYNAME3 98
147#define LOCALE_SSHORTESTDAYNAME4 99
148#define LOCALE_SSHORTESTDAYNAME5 100
149#define LOCALE_SSHORTESTDAYNAME6 101
150#define LOCALE_SSHORTESTDAYNAME7 102
151#define LOCALE_SISO639LANGNAME2 103
152#define LOCALE_SISO3166CTRYNAME2 104
153#define LOCALE_SNAN 105
154#define LOCALE_SPOSINFINITY 106
155#define LOCALE_SNEGINFINITY 107
156#define LOCALE_SSCRIPTS 108
157#define LOCALE_SPARENT 109
158#define LOCALE_SCONSOLEFALLBACKNAME 110
159#endif /* (WINVER >= 0x0600) */
160
161//#if (WINVER >= _WIN32_WINNT_WIN7)
162#define LOCALE_IREADINGLAYOUT 0x0070
163#define LOCALE_INEUTRAL 0x0071
164#define LOCALE_SNATIVEDISPLAYNAME 0x0073
165#define LOCALE_INEGATIVEPERCENT 0x0074
166#define LOCALE_IPOSITIVEPERCENT 0x0075
167#define LOCALE_SPERCENT 0x0076
168#define LOCALE_SPERMILLE 0x0077
169#define LOCALE_SMONTHDAY 0x0078
170#define LOCALE_SSHORTTIME 0x0079
171#define LOCALE_SOPENTYPELANGUAGETAG 0x007a
172#define LOCALE_SSORTLOCALE 0x007b
173//#endif /* (WINVER >= _WIN32_WINNT_WIN7) */
174#define LOCALE_SRELATIVELONGDATE 0x007C // Win8
175#define LOCALE_SSHORTESTAM 0x007E
176#define LOCALE_SSHORTESTPM 0x007F
177
178
179#if (WINVER >= 0x0600)
180#define LOCALE_NAME_USER_DEFAULT NULL
181#define LOCALE_NAME_INVARIANT L""
182#define LOCALE_NAME_SYSTEM_DEFAULT L"!sys-default-locale"
183#endif
184
185#define LOCALE_IDEFAULTUNIXCODEPAGE 0x1030 /* Wine extension */
186
187#define NORM_IGNORECASE 1
188#define NORM_IGNOREKANATYPE 65536
189#define NORM_IGNORENONSPACE 2
190#define NORM_IGNORESYMBOLS 4
191#define NORM_IGNOREWIDTH 131072
192#define LINGUISTIC_IGNORECASE 0x00000010
193#define LINGUISTIC_IGNOREDIACRITIC 0x00000020
194#define NORM_LINGUISTIC_CASING 0x08000000
195#define SORT_STRINGSORT 4096
196#define SORT_DIGITSASNUMBERS 0x00000008 // _WIN32_WINNT_WIN7
197#define LCMAP_LOWERCASE 0x00000100
198#define LCMAP_UPPERCASE 0x00000200
199#define LCMAP_SORTKEY 0x00000400
200#define LCMAP_BYTEREV 0x00000800
201#define LCMAP_HIRAGANA 0x00100000
202#define LCMAP_KATAKANA 0x00200000
203#define LCMAP_HALFWIDTH 0x00400000
204#define LCMAP_FULLWIDTH 0x00800000
205#define LCMAP_LINGUISTIC_CASING 0x01000000
206#define LCMAP_SIMPLIFIED_CHINESE 0x02000000
207#define LCMAP_TRADITIONAL_CHINESE 0x04000000
208#define ENUM_ALL_CALENDARS (-1)
209#define DATE_SHORTDATE 1
210#define DATE_LONGDATE 2
211#define DATE_USE_ALT_CALENDAR 4
212#define CP_INSTALLED 1
213#define CP_SUPPORTED 2
214#define LCID_INSTALLED 1
215#define LCID_SUPPORTED 2
216#define LCID_ALTERNATE_SORTS 4
217
218#define FIND_STARTSWITH 0x00100000
219#define FIND_ENDSWITH 0x00200000
220#define FIND_FROMSTART 0x00400000
221#define FIND_FROMEND 0x00800000
222
223#define LOCALE_ALL 0x00
224#define LOCALE_WINDOWS 0x01
225#define LOCALE_SUPPLEMENTAL 0x02
226#define LOCALE_ALTERNATE_SORTS 0x04
227#define LOCALE_REPLACEMENT 0x08
228#define LOCALE_NEUTRALDATA 0x10
229#define LOCALE_SPECIFICDATA 0x20
230
231#define MAP_FOLDCZONE 16
232#define MAP_FOLDDIGITS 128
233#define MAP_PRECOMPOSED 32
234#define MAP_COMPOSITE 64
235
236#define WC_DISCARDNS 0x0010
237#define WC_SEPCHARS 0x0020
238#define WC_DEFAULTCHAR 0x0040
239#define WC_ERR_INVALID_CHARS 0x0080
240#define WC_COMPOSITECHECK 0x0200
241#if (WINVER >= 0x0500)
242#define WC_NO_BEST_FIT_CHARS 0x0400
243#endif
244
245#define CP_ACP 0
246#ifdef _WINE
247#define CP_UNIXCP CP_ACP
248#endif
249#define CP_OEMCP 1
250#define CP_MACCP 2
251#define CP_THREAD_ACP 3
252#define CP_SYMBOL 42
253#define CP_UTF7 65000
254#define CP_UTF8 65001
255#define CT_CTYPE1 1
256#define CT_CTYPE2 2
257#define CT_CTYPE3 4
258#define C1_UPPER 1
259#define C1_LOWER 2
260#define C1_DIGIT 4
261#define C1_SPACE 8
262#define C1_PUNCT 16
263#define C1_CNTRL 32
264#define C1_BLANK 64
265#define C1_XDIGIT 128
266#define C1_ALPHA 256
267#define C1_DEFINED 512
268#define C2_LEFTTORIGHT 1
269#define C2_RIGHTTOLEFT 2
270#define C2_EUROPENUMBER 3
271#define C2_EUROPESEPARATOR 4
272#define C2_EUROPETERMINATOR 5
273#define C2_ARABICNUMBER 6
274#define C2_COMMONSEPARATOR 7
275#define C2_BLOCKSEPARATOR 8
276#define C2_SEGMENTSEPARATOR 9
277#define C2_WHITESPACE 10
278#define C2_OTHERNEUTRAL 11
279#define C2_NOTAPPLICABLE 0
280#define C3_NONSPACING 1
281#define C3_DIACRITIC 2
282#define C3_VOWELMARK 4
283#define C3_SYMBOL 8
284#define C3_KATAKANA 16
285#define C3_HIRAGANA 32
286#define C3_HALFWIDTH 64
287#define C3_FULLWIDTH 128
288#define C3_IDEOGRAPH 256
289#define C3_KASHIDA 512
290#define C3_LEXICAL 1024
291#define C3_ALPHA 32768
292#define C3_NOTAPPLICABLE 0
293#define C3_HIGHSURROGATE 0x0800
294#define C3_LOWSURROGATE 0x1000
295#define TIME_NOMINUTESORSECONDS 1
296#define TIME_NOSECONDS 2
297#define TIME_NOTIMEMARKER 4
298#define TIME_FORCE24HOURFORMAT 8
299#define MB_PRECOMPOSED 1
300#define MB_COMPOSITE 2
301#define MB_ERR_INVALID_CHARS 8
302#define MB_USEGLYPHCHARS 4
303#define CTRY_DEFAULT 0
304#define CTRY_ALBANIA 355
305#define CTRY_ALGERIA 213
306#define CTRY_ARGENTINA 54
307#define CTRY_ARMENIA 374
308#define CTRY_AUSTRALIA 61
309#define CTRY_AUSTRIA 43
310#define CTRY_AZERBAIJAN 994
311#define CTRY_BAHRAIN 973
312#define CTRY_BELARUS 375
313#define CTRY_BELGIUM 32
314#define CTRY_BELIZE 501
315#define CTRY_BOLIVIA 591
316#define CTRY_BRAZIL 55
317#define CTRY_BRUNEI_DARUSSALAM 673
318#define CTRY_BULGARIA 359
319#define CTRY_CANADA 2
320#define CTRY_CARIBBEAN 1
321#define CTRY_CHILE 56
322#define CTRY_COLOMBIA 57
323#define CTRY_COSTA_RICA 506
324#define CTRY_CROATIA 385
325#define CTRY_CZECH 420
326#define CTRY_DENMARK 45
327#define CTRY_DOMINICAN_REPUBLIC 1
328#define CTRY_ECUADOR 593
329#define CTRY_EGYPT 20
330#define CTRY_EL_SALVADOR 503
331#define CTRY_ESTONIA 372
332#define CTRY_FAEROE_ISLANDS 298
333#define CTRY_FINLAND 358
334#define CTRY_FRANCE 33
335#define CTRY_GEORGIA 995
336#define CTRY_GERMANY 49
337#define CTRY_GREECE 30
338#define CTRY_GUATEMALA 502
339#define CTRY_HONDURAS 504
340#define CTRY_HONG_KONG 852
341#define CTRY_HUNGARY 36
342#define CTRY_ICELAND 354
343#define CTRY_INDIA 91
344#define CTRY_INDONESIA 62
345#define CTRY_IRAN 981
346#define CTRY_IRAQ 964
347#define CTRY_IRELAND 353
348#define CTRY_ISRAEL 972
349#define CTRY_ITALY 39
350#define CTRY_JAMAICA 1
351#define CTRY_JAPAN 81
352#define CTRY_JORDAN 962
353#define CTRY_KAZAKSTAN 7
354#define CTRY_KENYA 254
355#define CTRY_KUWAIT 965
356#define CTRY_KYRGYZSTAN 996
357#define CTRY_LATVIA 371
358#define CTRY_LEBANON 961
359#define CTRY_LIBYA 218
360#define CTRY_LIECHTENSTEIN 41
361#define CTRY_LITHUANIA 370
362#define CTRY_LUXEMBOURG 352
363#define CTRY_MACAU 853
364#define CTRY_MACEDONIA 389
365#define CTRY_MALAYSIA 60
366#define CTRY_MALDIVES 960
367#define CTRY_MEXICO 52
368#define CTRY_MONACO 33
369#define CTRY_MONGOLIA 976
370#define CTRY_MOROCCO 212
371#define CTRY_NETHERLANDS 31
372#define CTRY_NEW_ZEALAND 64
373#define CTRY_NICARAGUA 505
374#define CTRY_NORWAY 47
375#define CTRY_OMAN 968
376#define CTRY_PAKISTAN 92
377#define CTRY_PANAMA 507
378#define CTRY_PARAGUAY 595
379#define CTRY_PERU 51
380#define CTRY_PHILIPPINES 63
381#define CTRY_POLAND 48
382#define CTRY_PORTUGAL 351
383#define CTRY_PRCHINA 86
384#define CTRY_PUERTO_RICO 1
385#define CTRY_QATAR 974
386#define CTRY_ROMANIA 40
387#define CTRY_RUSSIA 7
388#define CTRY_SAUDI_ARABIA 966
389#define CTRY_SERBIA 381
390#define CTRY_SINGAPORE 65
391#define CTRY_SLOVAK 421
392#define CTRY_SLOVENIA 386
393#define CTRY_SOUTH_AFRICA 27
394#define CTRY_SOUTH_KOREA 82
395#define CTRY_SPAIN 34
396#define CTRY_SWEDEN 46
397#define CTRY_SWITZERLAND 41
398#define CTRY_SYRIA 963
399#define CTRY_TAIWAN 886
400#define CTRY_TATARSTAN 7
401#define CTRY_THAILAND 66
402#define CTRY_TRINIDAD_Y_TOBAGO 1
403#define CTRY_TUNISIA 216
404#define CTRY_TURKEY 90
405#define CTRY_UAE 971
406#define CTRY_UKRAINE 380
407#define CTRY_UNITED_KINGDOM 44
408#define CTRY_UNITED_STATES 1
409#define CTRY_URUGUAY 598
410#define CTRY_UZBEKISTAN 7
411#define CTRY_VENEZUELA 58
412#define CTRY_VIET_NAM 84
413#define CTRY_YEMEN 967
414#define CTRY_ZIMBABWE 263
415#define CAL_ICALINTVALUE 1
416#define CAL_SCALNAME 2
417#define CAL_IYEAROFFSETRANGE 3
418#define CAL_SERASTRING 4
419#define CAL_SSHORTDATE 5
420#define CAL_SLONGDATE 6
421#define CAL_SDAYNAME1 7
422#define CAL_SDAYNAME2 8
423#define CAL_SDAYNAME3 9
424#define CAL_SDAYNAME4 10
425#define CAL_SDAYNAME5 11
426#define CAL_SDAYNAME6 12
427#define CAL_SDAYNAME7 13
428#define CAL_SABBREVDAYNAME1 14
429#define CAL_SABBREVDAYNAME2 15
430#define CAL_SABBREVDAYNAME3 16
431#define CAL_SABBREVDAYNAME4 17
432#define CAL_SABBREVDAYNAME5 18
433#define CAL_SABBREVDAYNAME6 19
434#define CAL_SABBREVDAYNAME7 20
435#define CAL_SMONTHNAME1 21
436#define CAL_SMONTHNAME2 22
437#define CAL_SMONTHNAME3 23
438#define CAL_SMONTHNAME4 24
439#define CAL_SMONTHNAME5 25
440#define CAL_SMONTHNAME6 26
441#define CAL_SMONTHNAME7 27
442#define CAL_SMONTHNAME8 28
443#define CAL_SMONTHNAME9 29
444#define CAL_SMONTHNAME10 30
445#define CAL_SMONTHNAME11 31
446#define CAL_SMONTHNAME12 32
447#define CAL_SMONTHNAME13 33
448#define CAL_SABBREVMONTHNAME1 34
449#define CAL_SABBREVMONTHNAME2 35
450#define CAL_SABBREVMONTHNAME3 36
451#define CAL_SABBREVMONTHNAME4 37
452#define CAL_SABBREVMONTHNAME5 38
453#define CAL_SABBREVMONTHNAME6 39
454#define CAL_SABBREVMONTHNAME7 40
455#define CAL_SABBREVMONTHNAME8 41
456#define CAL_SABBREVMONTHNAME9 42
457#define CAL_SABBREVMONTHNAME10 43
458#define CAL_SABBREVMONTHNAME11 44
459#define CAL_SABBREVMONTHNAME12 45
460#define CAL_SABBREVMONTHNAME13 46
461#if (WINVER >= _WIN32_WINNT_WIN2K)
462#define CAL_SYEARMONTH 47
463#define CAL_ITWODIGITYEARMAX 48
464#endif //(WINVER >= _WIN32_WINNT_WIN2K)
465#if (WINVER >= _WIN32_WINNT_VISTA)
466#define CAL_SSHORTESTDAYNAME1 49
467#define CAL_SSHORTESTDAYNAME2 50
468#define CAL_SSHORTESTDAYNAME3 51
469#define CAL_SSHORTESTDAYNAME4 52
470#define CAL_SSHORTESTDAYNAME5 53
471#define CAL_SSHORTESTDAYNAME6 54
472#define CAL_SSHORTESTDAYNAME7 55
473#endif //(WINVER >= _WIN32_WINNT_VISTA)
474#if (WINVER >= _WIN32_WINNT_WIN7)
475#define CAL_SMONTHDAY 56
476#define CAL_SABBREVERASTRING 57
477#endif //(WINVER >= _WIN32_WINNT_WIN7)
478#if (WINVER >= _WIN32_WINNT_WIN8)
479#define CAL_SRELATIVELONGDATE 58
480#endif //(WINVER >= _WIN32_WINNT_WIN8)
481#if (NTDDI_VERSION >= NTDDI_WIN10_RS2)
482#define CAL_SENGLISHERANAME 59
483#define CAL_SENGLISHABBREVERANAME 60
484#endif //(NTDDI_VERSION >= NTDDI_WIN10_RS2)
485#define CAL_GREGORIAN 1
486#define CAL_GREGORIAN_US 2
487#define CAL_JAPAN 3
488#define CAL_TAIWAN 4
489#define CAL_KOREA 5
490#define CAL_HIJRI 6
491#define CAL_THAI 7
492#define CAL_HEBREW 8
493#define CAL_GREGORIAN_ME_FRENCH 9
494#define CAL_GREGORIAN_ARABIC 10
495#define CAL_GREGORIAN_XLIT_ENGLISH 11
496#define CAL_GREGORIAN_XLIT_FRENCH 12
497#define CAL_PERSIAN 22
498#define CAL_UMALQURA 23
499#define CSTR_LESS_THAN 1
500#define CSTR_EQUAL 2
501#define CSTR_GREATER_THAN 3
502#define LGRPID_INSTALLED 1
503#define LGRPID_SUPPORTED 2
504#define LGRPID_WESTERN_EUROPE 1
505#define LGRPID_CENTRAL_EUROPE 2
506#define LGRPID_BALTIC 3
507#define LGRPID_GREEK 4
508#define LGRPID_CYRILLIC 5
509#define LGRPID_TURKISH 6
510#define LGRPID_JAPANESE 7
511#define LGRPID_KOREAN 8
512#define LGRPID_TRADITIONAL_CHINESE 9
513#define LGRPID_SIMPLIFIED_CHINESE 10
514#define LGRPID_THAI 11
515#define LGRPID_HEBREW 12
516#define LGRPID_ARABIC 13
517#define LGRPID_VIETNAMESE 14
518#define LGRPID_INDIC 15
519#define LGRPID_GEORGIAN 16
520#define LGRPID_ARMENIAN 17
521
522#if (WINVER >= 0x0500)
523#define LOCALE_SYEARMONTH 0x1006
524#define LOCALE_SENGCURRNAME 0x1007
525#define LOCALE_SNATIVECURRNAME 0x1008
526#define LOCALE_IDEFAULTEBCDICCODEPAGE 0x1012
527#define LOCALE_SSORTNAME 0x1013
528#define LOCALE_IDIGITSUBSTITUTION 0x1014
529#define LOCALE_IPAPERSIZE 0x100A
530#define DATE_YEARMONTH 8
531#define DATE_LTRREADING 16
532#define DATE_RTLREADING 32
533#define MAP_EXPAND_LIGATURES 0x2000
534#define CAL_NOUSEROVERRIDE LOCALE_NOUSEROVERRIDE
535#define CAL_RETURN_NUMBER LOCALE_RETURN_NUMBER
536#define CAL_USE_CP_ACP LOCALE_USE_CP_ACP
537#endif /* (WINVER >= 0x0500) */
538#if WINVER >= 0x0600
539#define IDN_ALLOW_UNASSIGNED 0x1
540#define IDN_USE_STD3_ASCII_RULES 0x2
541#define VS_ALLOW_LATIN 0x1
542#define GSS_ALLOW_INHERITED_COMMON 0x1
543#endif
544#ifndef _BASETSD_H_
545typedef long LONG_PTR;
546#endif
547
548#if (WINVER >= 0x0600)
549#define MUI_FULL_LANGUAGE 0x0001
550#define MUI_LANGUAGE_ID 0x0004
551#define MUI_LANGUAGE_NAME 0x0008
552#define MUI_MERGE_SYSTEM_FALLBACK 0x0010
553#define MUI_MERGE_USER_FALLBACK 0x0020
554#define MUI_UI_FALLBACK MUI_MERGE_SYSTEM_FALLBACK | MUI_MERGE_USER_FALLBACK
555#define MUI_THREAD_LANGUAGES 0x0040
556#define MUI_CONSOLE_FILTER 0x0100
557#define MUI_COMPLEX_SCRIPT_FILTER 0x0200
558#define MUI_RESET_FILTERS 0x0001
559#define MUI_USER_PREFERRED_UI_LANGUAGES 0x0010
560#define MUI_USE_INSTALLED_LANGUAGES 0x0020
561#define MUI_USE_SEARCH_ALL_LANGUAGES 0x0040
562#define MUI_LANG_NEUTRAL_PE_FILE 0x0100
563#define MUI_NON_LANG_NEUTRAL_FILE 0x0200
564#define MUI_MACHINE_LANGUAGE_SETTINGS 0x0400
565#define MUI_FILETYPE_NOT_LANGUAGE_NEUTRAL 0x0001
566#define MUI_FILETYPE_LANGUAGE_NEUTRAL_MAIN 0x0002
567#define MUI_FILETYPE_LANGUAGE_NEUTRAL_MUI 0x0004
568#define MUI_QUERY_TYPE 0x0001
569#define MUI_QUERY_CHECKSUM 0x0002
570#define MUI_QUERY_LANGUAGE_NAME 0x0004
571#define MUI_QUERY_RESOURCE_TYPES 0x0008
572#define MUI_FILEINFO_VERSION 0x0001
573#define MUI_FULL_LANGUAGE 0x0001
574#define MUI_PARTIAL_LANGUAGE 0x0002
575#define MUI_LIP_LANGUAGE 0x0004
576#define MUI_LANGUAGE_INSTALLED 0x0020
577#define MUI_LANGUAGE_LICENSED 0x0040
578#endif /* (WINVER >= 0x0600) */
579
580#ifndef RC_INVOKED
581typedef DWORD LCTYPE;
583typedef DWORD CALID;
584typedef DWORD LGRPID;
585typedef DWORD GEOID;
613
615 COMPARE_STRING = 0x0001
621 GEOCLASS_NATION = 16
623
624/* Geographic Information types */
626{
643#if (NTDDI_VERSION >= NTDDI_WIN10_RS3)
645 GEO_ID
646#endif
648
649typedef struct _cpinfo {
654typedef struct _cpinfoexA {
662typedef struct _cpinfoexW {
670typedef struct _currencyfmtA {
680typedef struct _currencyfmtW {
690typedef struct _nlsversioninfo {
694#if (WINVER >= _WIN32_WINNT_WIN8)
697#endif
699typedef struct _nlsversioninfoex {
706typedef struct _numberfmtA {
714typedef struct _numberfmtW {
722#if 1//(WINVER >= 0x0600)
723typedef enum _NORM_FORM {
728 NormalizationKD = 0x6
730#endif /* (WINVER >= 0x0600) */
731typedef struct _FILEMUIINFO {
746
747#define HIGH_SURROGATE_START 0xd800
748#define HIGH_SURROGATE_END 0xdbff
749#define LOW_SURROGATE_START 0xdc00
750#define LOW_SURROGATE_END 0xdfff
751
752#define IS_HIGH_SURROGATE(ch) ((ch) >= HIGH_SURROGATE_START && (ch) <= HIGH_SURROGATE_END)
753#define IS_LOW_SURROGATE(ch) ((ch) >= LOW_SURROGATE_START && (ch) <= LOW_SURROGATE_END)
754#define IS_SURROGATE_PAIR(high,low) (IS_HIGH_SURROGATE(high) && IS_LOW_SURROGATE(low))
755
756int
757WINAPI
759 _In_ LCID Locale,
760 _In_ DWORD dwCmpFlags,
761 _In_reads_(cchCount1) LPCSTR lpString1,
762 _In_ int cchCount1,
763 _In_reads_(cchCount2) LPCSTR lpString2,
764 _In_ int cchCount2);
765
766int
767WINAPI
769 _In_ LCID Locale,
770 _In_ DWORD dwCmpFlags,
771 _In_reads_(cchCount1) LPCWSTR lpString1,
772 _In_ int cchCount1,
773 _In_reads_(cchCount2) LPCWSTR lpString2,
774 _In_ int cchCount2);
775
786
788
790BOOL
791WINAPI
793 _In_ LOCALE_ENUMPROCEX lpLocaleEnumProcEx,
797
800
802int
803WINAPI
805 _In_ LCID Locale,
806 _In_ DWORD dwFindNLSStringFlags,
807 _In_reads_(cchSource) LPCWSTR lpStringSource,
808 _In_ int cchSource,
809 _In_reads_(cchValue) LPCWSTR lpStringValue,
810 _In_ int cchValue,
811 _Out_opt_ LPINT pcchFound);
812
814int
815WINAPI
817 _In_opt_ LPCWSTR lpLocaleName,
818 _In_ DWORD dwFindNLSStringFlags,
819 _In_reads_(cchSource) LPCWSTR lpStringSource,
820 _In_ int cchSource,
821 _In_reads_(cchValue) LPCWSTR lpStringValue,
822 _In_ int cchValue,
823 _Out_opt_ LPINT pcchFound,
827
828int
829WINAPI
832 _In_reads_(cchSrc) LPCSTR lpSrcStr,
833 _In_ int cchSrc,
834 _Out_writes_opt_(cchDest) LPSTR lpDestStr,
835 _In_ int cchDest);
836
837int
838WINAPI
841 _In_reads_(cchSrc) LPCWSTR lpSrcStr,
842 _In_ int cchSrc,
844 _In_ int cchDest);
845
846UINT WINAPI GetACP(void);
847
848int
849WINAPI
851 _In_ LCID Locale,
852 _In_ CALID Calendar,
853 _In_ CALTYPE CalType,
854 _Out_writes_opt_(cchData) LPSTR lpCalData,
855 _In_ int cchData,
856 _Out_opt_ LPDWORD lpValue);
857
858int
859WINAPI
861 _In_ LCID Locale,
862 _In_ CALID Calendar,
863 _In_ CALTYPE CalType,
864 _Out_writes_opt_(cchData) LPWSTR lpCalData,
865 _In_ int cchData,
866 _Out_opt_ LPDWORD lpValue);
867
871
872int
873WINAPI
875 _In_ LCID Locale,
877 _In_ LPCSTR lpValue,
879 _Out_writes_opt_(cchCurrency) LPSTR lpCurrencyStr,
880 _In_ int cchCurrency);
881
882int
883WINAPI
885 _In_ LCID Locale,
887 _In_ LPCWSTR lpValue,
889 _Out_writes_opt_(cchCurrency) LPWSTR lpCurrencyStr,
890 _In_ int cchCurrency);
891
895
896int
897WINAPI
899 _In_ GEOID Location,
900 _In_ GEOTYPE GeoType,
901 _Out_writes_opt_(cchData) LPSTR lpGeoData,
902 _In_ int cchData,
903 _In_ LANGID LangId);
904
905int
906WINAPI
908 _In_ GEOID Location,
909 _In_ GEOTYPE GeoType,
910 _Out_writes_opt_(cchData) LPWSTR lpGeoData,
911 _In_ int cchData,
912 _In_ LANGID LangId);
913
914int
915WINAPI
917 _In_ LCID Locale,
918 _In_ LCTYPE LCType,
919 _Out_writes_opt_(cchData) LPSTR lpLCData,
920 _In_ int cchData);
921
922int
923WINAPI
925 _In_ LCID Locale,
926 _In_ LCTYPE LCType,
927 _Out_writes_opt_(cchData) LPWSTR lpLCData,
928 _In_ int cchData);
929
931
932BOOL
933WINAPI
935 _In_ NLS_FUNCTION function,
936 _In_ LPCWSTR lpLocaleName,
938
939int
940WINAPI
942 _In_ LCID Locale,
944 _In_ LPCSTR lpValue,
946 _Out_writes_opt_(cchNumber) LPSTR lpNumberStr,
947 _In_ int cchNumber);
948
949int
950WINAPI
952 _In_ LCID Locale,
954 _In_ LPCWSTR lpValue,
956 _Out_writes_opt_(cchNumber) LPWSTR lpNumberStr,
957 _In_ int cchNumber);
958
959UINT WINAPI GetOEMCP(void);
960
961BOOL
962WINAPI
964 _In_ LCID Locale,
965 _In_ DWORD dwInfoType,
966 _In_reads_(cchSrc) LPCSTR lpSrcStr,
967 _In_ int cchSrc,
968 _Out_ LPWORD lpCharType);
969
970BOOL
971WINAPI
973 _In_ DWORD dwInfoType,
974 _In_reads_(cchSrc) LPCWSTR lpSrcStr,
975 _In_ int cchSrc,
976 _Out_ LPWORD lpCharType);
977
978BOOL
979WINAPI
981 _In_ LCID Locale,
982 _In_ DWORD dwInfoType,
983 _In_reads_(cchSrc) LPCSTR lpSrcStr,
984 _In_ int cchSrc,
985 _Out_writes_(cchSrc) LPWORD lpCharType);
986
987BOOL
988WINAPI
990 _In_ LCID Locale,
991 _In_ DWORD dwInfoType,
992 _In_reads_(cchSrc) LPCWSTR lpSrcStr,
993 _In_ int cchSrc,
994 _Out_writes_(cchSrc) LPWORD lpCharType);
995
1003
1005int
1006WINAPI
1008 _Out_writes_(cchLocaleName) LPWSTR lpLocaleName,
1009 _In_ int cchLocaleName);
1010
1013
1014#if (WINVER >= 0x0600)
1015
1016int
1017WINAPI
1020 _In_reads_(cchUnicodeChar) LPCWSTR lpUnicodeCharStr,
1021 _In_ int cchUnicodeChar,
1022 _Out_writes_opt_(cchASCIIChar) LPWSTR lpASCIICharStr,
1023 _In_ int cchASCIIChar);
1024
1025int
1026WINAPI
1029 _In_reads_(cchASCIIChar) LPCWSTR lpASCIICharStr,
1030 _In_ int cchASCIIChar,
1031 _Out_writes_opt_(cchUnicodeChar) LPWSTR lpUnicodeCharStr,
1032 _In_ int cchUnicodeChar);
1033
1035int
1036WINAPI
1038 _Out_writes_(cchLocaleName) LPWSTR lpLocaleName,
1039 _In_ int cchLocaleName);
1040
1042BOOL
1043WINAPI
1045 _In_ DATEFMT_ENUMPROCEXEX lpDateFmtEnumProcExEx,
1046 _In_opt_ LPCWSTR lpLocaleName,
1049
1050#endif /* WINVER >= 0x0600 */
1051
1054
1055BOOL
1056WINAPI
1061 _In_reads_(cchStr) LPCWSTR lpString,
1062 _In_ int cchStr);
1063
1066
1067int
1068WINAPI
1070 _In_ LCID Locale,
1072 _In_reads_(cchSrc) LPCSTR lpSrcStr,
1073 _In_ int cchSrc,
1074 _Out_writes_opt_(_Inexpressible_(cchDest)) LPSTR lpDestStr,
1075 _In_ int cchDest);
1076
1077int
1078WINAPI
1080 _In_ LCID Locale,
1082 _In_reads_(cchSrc) LPCWSTR lpSrcStr,
1083 _In_ int cchSrc,
1084 _Out_writes_opt_(_Inexpressible_(cchDest)) LPWSTR lpDestStr,
1085 _In_ int cchDest);
1086
1098#if (WINVER >= 0x0500)
1112#endif /* (WINVER >= 0x0500) */
1113
1114#if 1//(WINVER >= 0x0600)
1115
1116_Success_(return != FALSE)
1117BOOL
1118WINAPI
1124
1125BOOL
1126WINAPI
1130 _Inout_updates_opt_(*pcchLanguage) PWSTR pwszLanguage,
1131 _Inout_ PULONG pcchLanguage,
1132 _Out_writes_opt_(*pcchFileMUIPath) PWSTR pwszFileMUIPath,
1133 _Inout_ PULONG pcchFileMUIPath,
1134 _Inout_ PULONGLONG pululEnumerator);
1135
1137int
1138WINAPI
1140 _In_opt_ LPCWSTR lpLocaleName,
1141 _In_ LCTYPE LCType,
1142 _Out_writes_opt_(cchData) LPWSTR lpLCData,
1143 _In_ int cchData);
1144
1146BOOL
1147WINAPI
1149 _In_ LPCWSTR lpLocaleName);
1150
1151BOOL
1152WINAPI
1155 _Out_ PULONG pulNumLanguages,
1156 _Out_writes_opt_(*pcchLanguagesBuffer) PZZWSTR pwszLanguagesBuffer,
1157 _Inout_ PULONG pcchLanguagesBuffer);
1158
1159BOOL
1160WINAPI
1163 _Out_ PULONG pulNumLanguages,
1164 _Out_writes_opt_(*pcchLanguagesBuffer) PZZWSTR pwszLanguagesBuffer,
1165 _Inout_ PULONG pcchLanguagesBuffer);
1166
1167BOOL
1168WINAPI
1171 _Out_ PULONG pulNumLanguages,
1172 _Out_writes_opt_(*pcchLanguagesBuffer) PZZWSTR pwszLanguagesBuffer,
1173 _Inout_ PULONG pcchLanguagesBuffer);
1174
1176
1177BOOL
1178WINAPI
1181 _In_ PCZZWSTR pwmszLanguage,
1182 _Out_writes_opt_(*pcchFallbackLanguages) PZZWSTR pwszFallbackLanguages,
1183 _Inout_opt_ PDWORD pcchFallbackLanguages,
1184 _Out_ PDWORD pAttributes);
1185
1186BOOL
1187WINAPI
1190 _Out_ PULONG pulNumLanguages,
1191 _Out_writes_opt_(*pcchLanguagesBuffer) PZZWSTR pwszLanguagesBuffer,
1192 _Inout_ PULONG pcchLanguagesBuffer);
1193
1194int
1195WINAPI
1198 _In_reads_(cchUnicodeChar) LPCWSTR lpUnicodeCharStr,
1199 _In_ int cchUnicodeChar,
1200 _Out_writes_opt_(cchASCIIChar) LPWSTR lpASCIICharStr,
1201 _In_ int cchASCIIChar);
1202
1203int
1204WINAPI
1207 _In_reads_(cchUnicodeChar) LPCWSTR lpUnicodeCharStr,
1208 _In_ int cchUnicodeChar,
1209 _Out_writes_opt_(cchNameprepChar) LPWSTR lpNameprepCharStr,
1210 _In_ int cchNameprepChar);
1211
1212int
1213WINAPI
1216 _In_reads_(cchASCIIChar) LPCWSTR lpASCIICharStr,
1217 _In_ int cchASCIIChar,
1218 _Out_writes_opt_(cchUnicodeChar) LPWSTR lpUnicodeCharStr,
1219 _In_ int cchUnicodeChar);
1220
1221BOOL
1222WINAPI
1224 _In_ NORM_FORM NormForm,
1225 _In_reads_(cwLength) LPCWSTR lpString,
1226 _In_ int cwLength);
1227
1228int
1229WINAPI
1231 _In_ NORM_FORM NormForm,
1232 _In_reads_(cwSrcLength) LPCWSTR lpSrcString,
1233 _In_ int cwSrcLength,
1234 _Out_writes_opt_(cwDstLength) LPWSTR lpDstString,
1235 _In_ int cwDstLength);
1236
1237int
1238WINAPI
1241 _In_ LPCWSTR lpString,
1242 _In_ int cchString,
1243 _Out_writes_opt_(cchScripts) LPWSTR lpScripts,
1244 _In_ int cchScripts);
1245
1249
1250#if (WINVER >= _WIN32_WINNT_WIN8)
1251_When_((dwMapFlags & (LCMAP_SORTKEY | LCMAP_BYTEREV | LCMAP_HASH | LCMAP_SORTHANDLE)) != 0, _At_((LPBYTE) lpDestStr, _Out_writes_bytes_opt_(cchDest)))
1252#else
1254#endif
1258int
1259WINAPI
1261 _In_opt_ LPCWSTR lpLocaleName,
1270
1272
1274
1275#endif /* (WINVER >= 0x0600) */
1276
1278int
1279WINAPI
1281 _In_ LCID Locale,
1283 _In_ int cchName,
1285
1286#ifdef UNICODE
1287#define CALINFO_ENUMPROC CALINFO_ENUMPROCW
1288#define CALINFO_ENUMPROCEX CALINFO_ENUMPROCEXW
1289#define LOCALE_ENUMPROC LOCALE_ENUMPROCW
1290#define CODEPAGE_ENUMPROC CODEPAGE_ENUMPROCW
1291#define DATEFMT_ENUMPROC DATEFMT_ENUMPROCW
1292#define DATEFMT_ENUMPROCEX DATEFMT_ENUMPROCEXW
1293#define TIMEFMT_ENUMPROC TIMEFMT_ENUMPROCW
1294#define LANGUAGEGROUP_ENUMPROC LANGUAGEGROUP_ENUMPROCW
1295#define LANGGROUPLOCALE_ENUMPROC LANGGROUPLOCALE_ENUMPROCW
1296#define UILANGUAGE_ENUMPROC UILANGUAGE_ENUMPROCW
1297typedef CPINFOEXW CPINFOEX;
1298typedef LPCPINFOEXW LPCPINFOEX;
1301typedef NUMBERFMTW NUMBERFMT;
1303#define CompareString CompareStringW
1304#define EnumCalendarInfo EnumCalendarInfoW
1305#define EnumDateFormats EnumDateFormatsW
1306#define EnumSystemCodePages EnumSystemCodePagesW
1307#define EnumSystemLocales EnumSystemLocalesW
1308#define EnumTimeFormats EnumTimeFormatsW
1309#define FoldString FoldStringW
1310#define GetCalendarInfo GetCalendarInfoW
1311#define GetCPInfoEx GetCPInfoExW
1312#define GetCurrencyFormat GetCurrencyFormatW
1313#define GetDateFormat GetDateFormatW
1314#define GetGeoInfo GetGeoInfoW
1315#define GetLocaleInfo GetLocaleInfoW
1316#define GetNumberFormat GetNumberFormatW
1317#define GetStringTypeEx GetStringTypeExW
1318#define GetTimeFormat GetTimeFormatW
1319#define LCMapString LCMapStringW
1320#define SetCalendarInfo SetCalendarInfoW
1321#define SetLocaleInfo SetLocaleInfoW
1322#if (WINVER >= 0x0500)
1323#define EnumCalendarInfoEx EnumCalendarInfoExW
1324#define EnumDateFormatsEx EnumDateFormatsExW
1325#define EnumSystemLanguageGroups EnumSystemLanguageGroupsW
1326#define EnumLanguageGroupLocales EnumLanguageGroupLocalesW
1327#define EnumUILanguages EnumUILanguagesW
1328#endif /* (WINVER >= 0x0500) */
1329#else
1330#define CALINFO_ENUMPROC CALINFO_ENUMPROCA
1331#define CALINFO_ENUMPROCEX CALINFO_ENUMPROCEXA
1332#define LOCALE_ENUMPROC LOCALE_ENUMPROCA
1333#define CODEPAGE_ENUMPROC CODEPAGE_ENUMPROCA
1334#define DATEFMT_ENUMPROC DATEFMT_ENUMPROCA
1335#define DATEFMT_ENUMPROCEX DATEFMT_ENUMPROCEXA
1336#define TIMEFMT_ENUMPROC TIMEFMT_ENUMPROCA
1337#define LANGUAGEGROUP_ENUMPROC LANGUAGEGROUP_ENUMPROCA
1338#define LANGGROUPLOCALE_ENUMPROC LANGGROUPLOCALE_ENUMPROCA
1339#define UILANGUAGE_ENUMPROC UILANGUAGE_ENUMPROCA
1346#define CompareString CompareStringA
1347#define EnumCalendarInfo EnumCalendarInfoA
1348#define EnumDateFormats EnumDateFormatsA
1349#define EnumSystemCodePages EnumSystemCodePagesA
1350#define EnumSystemLocales EnumSystemLocalesA
1351#define EnumTimeFormats EnumTimeFormatsA
1352#define FoldString FoldStringA
1353#define GetCalendarInfo GetCalendarInfoA
1354#define GetCPInfoEx GetCPInfoExA
1355#define GetCurrencyFormat GetCurrencyFormatA
1356#define GetDateFormat GetDateFormatA
1357#define GetGeoInfo GetGeoInfoA
1358#define GetLocaleInfo GetLocaleInfoA
1359#define GetNumberFormat GetNumberFormatA
1360#define GetStringTypeEx GetStringTypeExA
1361#define GetTimeFormat GetTimeFormatA
1362#define LCMapString LCMapStringA
1363#define SetCalendarInfo SetCalendarInfoA
1364#define SetLocaleInfo SetLocaleInfoA
1365#if (WINVER >= 0x0500)
1366#define EnumCalendarInfoEx EnumCalendarInfoExA
1367#define EnumDateFormatsEx EnumDateFormatsExA
1368#define EnumSystemLanguageGroups EnumSystemLanguageGroupsA
1369#define EnumLanguageGroupLocales EnumLanguageGroupLocalesA
1370#define EnumUILanguages EnumUILanguagesA
1371#endif /* (WINVER >= 0x0500) */
1372#endif /* UNICODE */
1373#endif /* RC_INVOKED */
1374
1375#ifdef _MSC_VER
1376#pragma warning(pop)
1377#endif
1378
1379#ifdef __cplusplus
1380}
1381#endif
1382
1383#ifndef NOAPISET
1384#include <stringapiset.h>
1385#endif
1386
1387#endif
_In_ CDROM_SCAN_FOR_SPECIAL_INFO _In_ PCDROM_SCAN_FOR_SPECIAL_HANDLER Function
Definition: cdrom.h:1156
LPARAM lParam
Definition: combotst.c:139
_In_ int cchLocaleName
#define FALSE
Definition: types.h:117
#define MAX_PATH
Definition: compat.h:34
#define CALLBACK
Definition: compat.h:35
#define WideCharToMultiByte
Definition: compat.h:111
#define MultiByteToWideChar
Definition: compat.h:110
BOOL WINAPI EnumSystemLanguageGroupsW(LANGUAGEGROUP_ENUMPROCW pLangGrpEnumProc, DWORD dwFlags, LONG_PTR lParam)
Definition: locale.c:4599
BOOL WINAPI IsValidLanguageGroup(LGRPID lgrpid, DWORD dwFlags)
Definition: locale.c:4627
LANGID WINAPI GetUserDefaultUILanguage(void)
Definition: locale.c:1380
BOOL WINAPI EnumUILanguagesW(UILANGUAGE_ENUMPROCW pUILangEnumProc, DWORD dwFlags, LONG_PTR lParam)
Definition: locale.c:4976
INT WINAPI LCMapStringEx(LPCWSTR locale, DWORD flags, LPCWSTR src, INT srclen, LPWSTR dst, INT dstlen, LPNLSVERSIONINFO version, LPVOID reserved, LPARAM handle)
Definition: locale.c:3746
LANGID WINAPI GetSystemDefaultUILanguage(void)
Definition: locale.c:1400
INT WINAPI GetSystemDefaultLocaleName(LPWSTR localename, INT len)
Definition: locale.c:1246
BOOL WINAPI EnumLanguageGroupLocalesW(LANGGROUPLOCALE_ENUMPROCW pLangGrpLcEnumProc, LGRPID lgrpid, DWORD dwFlags, LONG_PTR lParam)
Definition: locale.c:4799
BOOL WINAPI EnumUILanguagesA(UILANGUAGE_ENUMPROCA pUILangEnumProc, DWORD dwFlags, LONG_PTR lParam)
Definition: locale.c:4948
BOOL WINAPI EnumLanguageGroupLocalesA(LANGGROUPLOCALE_ENUMPROCA pLangGrpLcEnumProc, LGRPID lgrpid, DWORD dwFlags, LONG_PTR lParam)
Definition: locale.c:4778
BOOL WINAPI EnumSystemLanguageGroupsA(LANGUAGEGROUP_ENUMPROCA pLangGrpEnumProc, DWORD dwFlags, LONG_PTR lParam)
Definition: locale.c:4579
BOOL WINAPI DECLSPEC_HOTPATCH EnumDateFormatsExEx(DATEFMT_ENUMPROCEXEX proc, const WCHAR *locale, DWORD flags, LPARAM lparam)
Definition: locale.c:4973
unsigned int BOOL
Definition: ntddk_ex.h:94
unsigned long DWORD
Definition: ntddk_ex.h:95
#define WINBASEAPI
Definition: green.h:8
BOOL WINAPI GetFileMUIInfo(DWORD dwFlags, PCWSTR pcwszFilePath, PFILEMUIINFO pFileMUIInfo, DWORD *pcbFileMUIInfo)
Definition: vista.c:587
BOOL WINAPI EnumDateFormatsExA(DATEFMT_ENUMPROCEXA proc, LCID lcid, DWORD flags)
Definition: lcformat.c:1978
BOOL WINAPI EnumCalendarInfoExA(CALINFO_ENUMPROCEXA calinfoproc, LCID locale, CALID calendar, CALTYPE caltype)
Definition: lcformat.c:2377
BOOL WINAPI EnumCalendarInfoExW(CALINFO_ENUMPROCEXW calinfoproc, LCID locale, CALID calendar, CALTYPE caltype)
Definition: lcformat.c:2397
BOOL WINAPI EnumDateFormatsExW(DATEFMT_ENUMPROCEXW proc, LCID lcid, DWORD flags)
Definition: lcformat.c:1994
USHORT LANGID
Definition: mui.h:9
ULONG GEOID
Definition: mui.h:28
LONG_PTR LPARAM
Definition: minwindef.h:175
BOOL * LPBOOL
Definition: minwindef.h:138
int * LPINT
Definition: minwindef.h:151
__int3264 LONG_PTR
Definition: mstsclib_h.h:276
unsigned int UINT
Definition: ndis.h:50
_In_ LPWSTR _In_ DWORD _In_ DWORD _In_ DWORD dwFlags
Definition: netsh.h:141
#define _In_reads_(s)
Definition: no_sal2.h:168
#define _Out_opt_
Definition: no_sal2.h:214
#define _Inout_
Definition: no_sal2.h:162
#define _Success_(c)
Definition: no_sal2.h:84
#define _At_(t, a)
Definition: no_sal2.h:40
#define _Out_writes_opt_(s)
Definition: no_sal2.h:226
#define _Out_writes_bytes_opt_(s)
Definition: no_sal2.h:228
#define _Inout_opt_
Definition: no_sal2.h:216
#define _Out_writes_(s)
Definition: no_sal2.h:176
#define _Out_
Definition: no_sal2.h:160
#define _In_
Definition: no_sal2.h:158
#define _In_opt_
Definition: no_sal2.h:212
#define _Inout_updates_bytes_to_opt_(s, c)
Definition: no_sal2.h:248
#define _Inout_updates_opt_(s)
Definition: no_sal2.h:232
#define _When_(c, a)
Definition: no_sal2.h:38
#define BOOL
Definition: nt_native.h:43
#define DWORD
Definition: nt_native.h:44
__GNU_EXTENSION typedef unsigned __int64 * PULONGLONG
Definition: ntbasedef.h:395
_NullNull_terminated_ WCHAR * PZZWSTR
Definition: ntbasedef.h:432
_NullNull_terminated_ CONST WCHAR * PCZZWSTR
Definition: ntbasedef.h:433
DWORD * PDWORD
Definition: pedump.c:68
DWORD LCID
Definition: nls.h:13
DWORD dwTypeNameMainOffset
Definition: winnls.h:740
DWORD dwTypeIDMUISize
Definition: winnls.h:741
DWORD dwTypeIDMUIOffset
Definition: winnls.h:742
DWORD dwFileType
Definition: winnls.h:734
DWORD dwSize
Definition: winnls.h:732
BYTE abBuffer[8]
Definition: winnls.h:744
DWORD dwVersion
Definition: winnls.h:733
DWORD dwTypeIDMainSize
Definition: winnls.h:738
DWORD dwTypeIDMainOffset
Definition: winnls.h:739
BYTE pChecksum[16]
Definition: winnls.h:735
DWORD dwTypeNameMUIOffset
Definition: winnls.h:743
DWORD dwLanguageNameOffset
Definition: winnls.h:737
BYTE pServiceChecksum[16]
Definition: winnls.h:736
BYTE LeadByte[MAX_LEADBYTES]
Definition: winnls.h:652
BYTE DefaultChar[MAX_DEFAULTCHAR]
Definition: winnls.h:651
UINT MaxCharSize
Definition: winnls.h:650
UINT MaxCharSize
Definition: winnls.h:655
BYTE DefaultChar[MAX_DEFAULTCHAR]
Definition: winnls.h:656
WCHAR UnicodeDefaultChar
Definition: winnls.h:658
BYTE LeadByte[MAX_LEADBYTES]
Definition: winnls.h:657
CHAR CodePageName[MAX_PATH]
Definition: winnls.h:660
UINT CodePage
Definition: winnls.h:659
WCHAR UnicodeDefaultChar
Definition: winnls.h:666
BYTE DefaultChar[MAX_DEFAULTCHAR]
Definition: winnls.h:664
WCHAR CodePageName[MAX_PATH]
Definition: winnls.h:668
UINT MaxCharSize
Definition: winnls.h:663
BYTE LeadByte[MAX_LEADBYTES]
Definition: winnls.h:665
UINT CodePage
Definition: winnls.h:667
UINT LeadingZero
Definition: winnls.h:672
UINT Grouping
Definition: winnls.h:673
LPSTR lpThousandSep
Definition: winnls.h:675
LPSTR lpDecimalSep
Definition: winnls.h:674
UINT PositiveOrder
Definition: winnls.h:677
UINT NegativeOrder
Definition: winnls.h:676
LPSTR lpCurrencySymbol
Definition: winnls.h:678
UINT NumDigits
Definition: winnls.h:671
UINT LeadingZero
Definition: winnls.h:682
LPWSTR lpDecimalSep
Definition: winnls.h:684
UINT NumDigits
Definition: winnls.h:681
LPWSTR lpCurrencySymbol
Definition: winnls.h:688
UINT PositiveOrder
Definition: winnls.h:687
UINT Grouping
Definition: winnls.h:683
UINT NegativeOrder
Definition: winnls.h:686
LPWSTR lpThousandSep
Definition: winnls.h:685
DWORD dwNLSVersionInfoSize
Definition: winnls.h:691
DWORD dwNLSVersion
Definition: winnls.h:692
GUID guidCustomVersion
Definition: winnls.h:696
DWORD dwDefinedVersion
Definition: winnls.h:693
DWORD dwEffectiveId
Definition: winnls.h:695
DWORD dwEffectiveId
Definition: winnls.h:703
DWORD dwNLSVersionInfoSize
Definition: winnls.h:700
GUID guidCustomVersion
Definition: winnls.h:704
DWORD dwNLSVersion
Definition: winnls.h:701
DWORD dwDefinedVersion
Definition: winnls.h:702
UINT LeadingZero
Definition: winnls.h:708
UINT NegativeOrder
Definition: winnls.h:712
LPSTR lpDecimalSep
Definition: winnls.h:710
LPSTR lpThousandSep
Definition: winnls.h:711
UINT Grouping
Definition: winnls.h:709
UINT NumDigits
Definition: winnls.h:707
UINT NumDigits
Definition: winnls.h:715
LPWSTR lpDecimalSep
Definition: winnls.h:718
UINT Grouping
Definition: winnls.h:717
UINT NegativeOrder
Definition: winnls.h:720
LPWSTR lpThousandSep
Definition: winnls.h:719
UINT LeadingZero
Definition: winnls.h:716
LPCWSTR lpFormat
Definition: trayclock.cpp:32
uint16_t * PWSTR
Definition: typedefs.h:56
uint32_t * PULONG
Definition: typedefs.h:59
const uint16_t * PCWSTR
Definition: typedefs.h:57
unsigned char * LPBYTE
Definition: typedefs.h:53
uint16_t * LPWORD
Definition: typedefs.h:56
uint32_t * LPDWORD
Definition: typedefs.h:59
int32_t INT
Definition: typedefs.h:58
_In_ LPCSTR lpName
Definition: winbase.h:2543
_In_ PSID _Out_writes_to_opt_ cchName LPSTR _Inout_ LPDWORD cchName
Definition: winbase.h:2521
#define WINAPI
Definition: msvc.h:6
BOOL WINAPI GetThreadPreferredUILanguages(_In_ DWORD dwFlags, _Out_ PULONG pulNumLanguages, _Out_writes_opt_(*pcchLanguagesBuffer) PZZWSTR pwszLanguagesBuffer, _Inout_ PULONG pcchLanguagesBuffer)
CPINFOEXA CPINFOEX
Definition: winnls.h:1340
LCID WINAPI GetThreadLocale(void)
Definition: locale.c:2803
struct _currencyfmtA CURRENCYFMTA
_In_ DWORD _In_ int _In_ int _In_opt_ LPNLSVERSIONINFO _In_opt_ LPVOID lpReserved
Definition: winnls.h:1268
BOOL WINAPI GetProcessPreferredUILanguages(_In_ DWORD dwFlags, _Out_ PULONG pulNumLanguages, _Out_writes_opt_(*pcchLanguagesBuffer) PZZWSTR pwszLanguagesBuffer, _Inout_ PULONG pcchLanguagesBuffer)
_NORM_FORM
Definition: winnls.h:723
@ NormalizationOther
Definition: winnls.h:724
@ NormalizationKC
Definition: winnls.h:727
@ NormalizationKD
Definition: winnls.h:728
@ NormalizationD
Definition: winnls.h:726
@ NormalizationC
Definition: winnls.h:725
CURRENCYFMTA CURRENCYFMT
Definition: winnls.h:1342
DWORD LGRPID
Definition: winnls.h:584
struct _numberfmtW NUMBERFMTW
BOOL(CALLBACK * LOCALE_ENUMPROCEX)(LPWSTR, DWORD, LPARAM)
Definition: winnls.h:603
BOOL WINAPI EnumCalendarInfoW(_In_ CALINFO_ENUMPROCW, _In_ LCID, _In_ CALID, _In_ CALTYPE)
BOOL(CALLBACK * LANGGROUPLOCALE_ENUMPROCA)(LGRPID, LCID, LPSTR, LONG_PTR)
Definition: winnls.h:597
enum _NORM_FORM NORM_FORM
int WINAPI GetStringScripts(_In_ DWORD dwFlags, _In_ LPCWSTR lpString, _In_ int cchString, _Out_writes_opt_(cchScripts) LPWSTR lpScripts, _In_ int cchScripts)
BOOL WINAPI IsNormalizedString(_In_ NORM_FORM NormForm, _In_reads_(cwLength) LPCWSTR lpString, _In_ int cwLength)
int WINAPI GetCalendarInfoA(_In_ LCID Locale, _In_ CALID Calendar, _In_ CALTYPE CalType, _Out_writes_opt_(cchData) LPSTR lpCalData, _In_ int cchData, _Out_opt_ LPDWORD lpValue)
BOOL WINAPI EnumSystemCodePagesW(_In_ CODEPAGE_ENUMPROCW, _In_ DWORD)
WINBASEAPI int WINAPI FindNLSStringEx(_In_opt_ LPCWSTR lpLocaleName, _In_ DWORD dwFindNLSStringFlags, _In_reads_(cchSource) LPCWSTR lpStringSource, _In_ int cchSource, _In_reads_(cchValue) LPCWSTR lpStringValue, _In_ int cchValue, _Out_opt_ LPINT pcchFound, _In_opt_ LPNLSVERSIONINFO lpVersionInformation, _In_opt_ LPVOID lpReserved, _In_opt_ LPARAM sortHandle)
BOOL WINAPI GetStringTypeExW(_In_ LCID Locale, _In_ DWORD dwInfoType, _In_reads_(cchSrc) LPCWSTR lpSrcStr, _In_ int cchSrc, _Out_writes_(cchSrc) LPWORD lpCharType)
int WINAPI GetCalendarInfoW(_In_ LCID Locale, _In_ CALID Calendar, _In_ CALTYPE CalType, _Out_writes_opt_(cchData) LPWSTR lpCalData, _In_ int cchData, _Out_opt_ LPDWORD lpValue)
DWORD CALID
Definition: winnls.h:583
WINBASEAPI int WINAPI LCIDToLocaleName(_In_ LCID Locale, _Out_writes_opt_(cchName) LPWSTR lpName, _In_ int cchName, _In_ DWORD dwFlags)
struct _numberfmtA * LPNUMBERFMTA
int WINAPI IdnToNameprepUnicode(_In_ DWORD dwFlags, _In_reads_(cchUnicodeChar) LPCWSTR lpUnicodeCharStr, _In_ int cchUnicodeChar, _Out_writes_opt_(cchNameprepChar) LPWSTR lpNameprepCharStr, _In_ int cchNameprepChar)
BOOL WINAPI VerifyScripts(_In_ DWORD, _In_ LPCWSTR, _In_ int, _In_ LPCWSTR, _In_ int)
BOOL WINAPI GetNLSVersion(_In_ NLS_FUNCTION, _In_ LCID, _Inout_ LPNLSVERSIONINFO)
int WINAPI SetCalendarInfoW(_In_ LCID, _In_ CALID, _In_ CALTYPE, _In_ LPCWSTR)
struct _FILEMUIINFO * PFILEMUIINFO
UINT WINAPI GetACP(void)
Definition: locale.c:2023
BOOL(CALLBACK * CALINFO_ENUMPROCW)(LPWSTR)
Definition: winnls.h:592
struct _cpinfoexA CPINFOEXA
struct _cpinfoexA * LPCPINFOEXA
BOOL WINAPI SetLocaleInfoA(_In_ LCID, _In_ LCTYPE, _In_ LPCSTR)
struct _cpinfoexW * LPCPINFOEXW
int WINAPI GetNumberFormatA(_In_ LCID Locale, _In_ DWORD dwFlags, _In_ LPCSTR lpValue, _In_opt_ const NUMBERFMTA *lpFormat, _Out_writes_opt_(cchNumber) LPSTR lpNumberStr, _In_ int cchNumber)
int WINAPI GetNumberFormatW(_In_ LCID Locale, _In_ DWORD dwFlags, _In_ LPCWSTR lpValue, _In_opt_ const NUMBERFMTW *lpFormat, _Out_writes_opt_(cchNumber) LPWSTR lpNumberStr, _In_ int cchNumber)
LPCPINFOEXA LPCPINFOEX
Definition: winnls.h:1341
SYSGEOTYPE
Definition: winnls.h:626
@ GEO_ISO3
Definition: winnls.h:631
@ GEO_NAME
Definition: winnls.h:644
@ GEO_OFFICIALLANGUAGES
Definition: winnls.h:637
@ GEO_CURRENCYCODE
Definition: winnls.h:641
@ GEO_OFFICIALNAME
Definition: winnls.h:635
@ GEO_CURRENCYSYMBOL
Definition: winnls.h:642
@ GEO_TIMEZONES
Definition: winnls.h:636
@ GEO_FRIENDLYNAME
Definition: winnls.h:634
@ GEO_LONGITUDE
Definition: winnls.h:629
@ GEO_ISO_UN_NUMBER
Definition: winnls.h:638
@ GEO_DIALINGCODE
Definition: winnls.h:640
@ GEO_PARENT
Definition: winnls.h:639
@ GEO_ISO2
Definition: winnls.h:630
@ GEO_LATITUDE
Definition: winnls.h:628
@ GEO_ID
Definition: winnls.h:645
@ GEO_NATION
Definition: winnls.h:627
@ GEO_LCID
Definition: winnls.h:633
@ GEO_RFC1766
Definition: winnls.h:632
LANGID WINAPI SetThreadUILanguage(_In_ LANGID)
struct _currencyfmtW * LPCURRENCYFMTW
BOOL(CALLBACK * TIMEFMT_ENUMPROCEX)(LPWSTR, LPARAM)
Definition: winnls.h:590
BOOL(CALLBACK * UILANGUAGE_ENUMPROCW)(LPWSTR, LONG_PTR)
Definition: winnls.h:599
_In_ DWORD _In_ int _In_ int _In_opt_ LPNLSVERSIONINFO _In_opt_ LPVOID _In_opt_ LPARAM sortHandle
Definition: winnls.h:1269
_In_ PCWSTR _Inout_updates_bytes_to_opt_ pcbFileMUIInfo PFILEMUIINFO _Inout_ DWORD * pcbFileMUIInfo
Definition: winnls.h:1123
LANGID WINAPI GetSystemDefaultLangID(void)
Definition: locale.c:1199
int WINAPI LCMapStringA(_In_ LCID Locale, _In_ DWORD dwMapFlags, _In_reads_(cchSrc) LPCSTR lpSrcStr, _In_ int cchSrc, _Out_writes_opt_(_Inexpressible_(cchDest)) LPSTR lpDestStr, _In_ int cchDest)
LCID WINAPI ConvertDefaultLocale(_In_ LCID)
LPNUMBERFMTA LPNUMBERFMT
Definition: winnls.h:1345
BOOL WINAPI EnumTimeFormatsA(_In_ TIMEFMT_ENUMPROCA, _In_ LCID, _In_ DWORD)
int WINAPI GetGeoInfoA(_In_ GEOID Location, _In_ GEOTYPE GeoType, _Out_writes_opt_(cchData) LPSTR lpGeoData, _In_ int cchData, _In_ LANGID LangId)
struct _numberfmtW * LPNUMBERFMTW
struct _currencyfmtA * LPCURRENCYFMTA
BOOL WINAPI GetFileMUIPath(_In_ DWORD dwFlags, _In_ PCWSTR pcwszFilePath, _Inout_updates_opt_(*pcchLanguage) PWSTR pwszLanguage, _Inout_ PULONG pcchLanguage, _Out_writes_opt_(*pcchFileMUIPath) PWSTR pwszFileMUIPath, _Inout_ PULONG pcchFileMUIPath, _Inout_ PULONGLONG pululEnumerator)
LPCURRENCYFMTA LPCURRENCYFMT
Definition: winnls.h:1343
struct _nlsversioninfoex * LPNLSVERSIONINFOEX
BOOL(CALLBACK * DATEFMT_ENUMPROCW)(LPWSTR)
Definition: winnls.h:607
BOOL WINAPI IsValidCodePage(_In_ UINT)
BOOL WINAPI GetCPInfoExW(_In_ UINT, _In_ DWORD, _Out_ LPCPINFOEXW)
_In_ PCWSTR _Inout_updates_bytes_to_opt_ pcbFileMUIInfo PFILEMUIINFO pFileMUIInfo
Definition: winnls.h:1122
int WINAPI GetGeoInfoW(_In_ GEOID Location, _In_ GEOTYPE GeoType, _Out_writes_opt_(cchData) LPWSTR lpGeoData, _In_ int cchData, _In_ LANGID LangId)
BOOL WINAPI EnumSystemGeoID(_In_ GEOCLASS, _In_ GEOID, _In_ GEO_ENUMPROC)
struct _numberfmtA NUMBERFMTA
BOOL(CALLBACK * DATEFMT_ENUMPROCEXEX)(LPWSTR, CALID, LPARAM)
Definition: winnls.h:589
struct _currencyfmtW CURRENCYFMTW
BOOL WINAPI EnumCalendarInfoA(_In_ CALINFO_ENUMPROCA, _In_ LCID, _In_ CALID, _In_ CALTYPE)
DWORD CALTYPE
Definition: winnls.h:582
WINBASEAPI BOOL WINAPI EnumSystemLocalesEx(_In_ LOCALE_ENUMPROCEX lpLocaleEnumProcEx, _In_ DWORD dwFlags, _In_ LPARAM lParam, _In_opt_ LPVOID lpReserved)
BOOL WINAPI GetCPInfo(_In_ UINT, _Out_ LPCPINFO)
_In_ DWORD _In_ int _In_ int _In_opt_ LPNLSVERSIONINFO lpVersionInformation
Definition: winnls.h:1267
int WINAPI GetDateFormatEx(LPCWSTR, DWORD, const SYSTEMTIME *, LPCWSTR, LPWSTR, int, LPCWSTR)
BOOL(CALLBACK * CALINFO_ENUMPROCA)(LPSTR)
Definition: winnls.h:591
BOOL(CALLBACK * GEO_ENUMPROC)(GEOID)
Definition: winnls.h:612
BOOL(CALLBACK * LANGGROUPLOCALE_ENUMPROCW)(LGRPID, LCID, LPWSTR, LONG_PTR)
Definition: winnls.h:598
BOOL(CALLBACK * CODEPAGE_ENUMPROCA)(LPSTR)
Definition: winnls.h:604
BOOL(CALLBACK * TIMEFMT_ENUMPROCA)(LPSTR)
Definition: winnls.h:610
#define MAX_DEFAULTCHAR
Definition: winnls.h:15
BOOL(CALLBACK * LANGUAGEGROUP_ENUMPROCW)(LGRPID, LPWSTR, LPWSTR, DWORD, LONG_PTR)
Definition: winnls.h:596
_In_ DWORD _In_ int _In_ int cchDest
Definition: winnls.h:1266
BOOL WINAPI EnumDateFormatsW(_In_ DATEFMT_ENUMPROCW, _In_ LCID, _In_ DWORD)
_In_ DWORD dwMapFlags
Definition: winnls.h:1262
int WINAPI GetLocaleInfoW(_In_ LCID Locale, _In_ LCTYPE LCType, _Out_writes_opt_(cchData) LPWSTR lpLCData, _In_ int cchData)
#define LCMAP_SORTKEY
Definition: winnls.h:199
BOOL(CALLBACK * CALINFO_ENUMPROCEXA)(LPSTR, CALID)
Definition: winnls.h:593
BOOL WINAPI SetUserGeoID(_In_ GEOID)
int WINAPI GetTimeFormatW(LCID, DWORD, const SYSTEMTIME *, LPCWSTR, LPWSTR, int)
BOOL WINAPI EnumTimeFormatsW(_In_ TIMEFMT_ENUMPROCW, _In_ LCID, _In_ DWORD)
BOOL WINAPI IsDBCSLeadByteEx(_In_ UINT, _In_ BYTE)
struct _nlsversioninfo * LPNLSVERSIONINFO
Definition: locale.c:97
WINBASEAPI INT WINAPI CompareStringOrdinal(const WCHAR *, INT, const WCHAR *, INT, BOOL)
Definition: locale.c:4886
BOOL WINAPI GetCPInfoExA(_In_ UINT, _In_ DWORD, _Out_ LPCPINFOEXA)
BOOL WINAPI EnumDateFormatsA(_In_ DATEFMT_ENUMPROCA, _In_ LCID, _In_ DWORD)
BOOL WINAPI SetThreadPreferredUILanguages(_In_ DWORD, _In_opt_ PCZZWSTR, _Out_opt_ PULONG)
BOOL(CALLBACK * LOCALE_ENUMPROCA)(LPSTR)
Definition: winnls.h:601
int WINAPI SetCalendarInfoA(_In_ LCID, _In_ CALID, _In_ CALTYPE, _In_ LPCSTR)
int WINAPI FoldStringA(_In_ DWORD dwMapFlags, _In_reads_(cchSrc) LPCSTR lpSrcStr, _In_ int cchSrc, _Out_writes_opt_(cchDest) LPSTR lpDestStr, _In_ int cchDest)
DWORD GEOCLASS
Definition: winnls.h:587
BOOL WINAPI GetSystemPreferredUILanguages(_In_ DWORD dwFlags, _Out_ PULONG pulNumLanguages, _Out_writes_opt_(*pcchLanguagesBuffer) PZZWSTR pwszLanguagesBuffer, _Inout_ PULONG pcchLanguagesBuffer)
struct _nlsversioninfo NLSVERSIONINFO
int WINAPI GetDateFormatA(LCID, DWORD, const SYSTEMTIME *, LPCSTR, LPSTR, int)
BOOL WINAPI GetUserPreferredUILanguages(_In_ DWORD dwFlags, _Out_ PULONG pulNumLanguages, _Out_writes_opt_(*pcchLanguagesBuffer) PZZWSTR pwszLanguagesBuffer, _Inout_ PULONG pcchLanguagesBuffer)
struct _cpinfo CPINFO
DWORD GEOTYPE
Definition: winnls.h:586
GEOID WINAPI GetUserGeoID(_In_ GEOCLASS)
BOOL WINAPI SetThreadLocale(_In_ LCID)
int WINAPI CompareStringA(_In_ LCID Locale, _In_ DWORD dwCmpFlags, _In_reads_(cchCount1) LPCSTR lpString1, _In_ int cchCount1, _In_reads_(cchCount2) LPCSTR lpString2, _In_ int cchCount2)
WINBASEAPI int WINAPI GetUserDefaultLocaleName(_Out_writes_(cchLocaleName) LPWSTR lpLocaleName, _In_ int cchLocaleName)
int WINAPI GetCurrencyFormatA(_In_ LCID Locale, _In_ DWORD dwFlags, _In_ LPCSTR lpValue, _In_opt_ const CURRENCYFMTA *lpFormat, _Out_writes_opt_(cchCurrency) LPSTR lpCurrencyStr, _In_ int cchCurrency)
struct _cpinfo * LPCPINFO
int WINAPI LCMapStringW(_In_ LCID Locale, _In_ DWORD dwMapFlags, _In_reads_(cchSrc) LPCWSTR lpSrcStr, _In_ int cchSrc, _Out_writes_opt_(_Inexpressible_(cchDest)) LPWSTR lpDestStr, _In_ int cchDest)
BOOL WINAPI SetUserDefaultUILanguage(LANGID)
BOOL WINAPI GetNLSVersionEx(_In_ NLS_FUNCTION function, _In_ LPCWSTR lpLocaleName, _Inout_ LPNLSVERSIONINFOEX lpVersionInformation)
LCID WINAPI GetUserDefaultLCID(void)
Definition: locale.c:1216
BOOL WINAPI SetLocaleInfoW(_In_ LCID, _In_ LCTYPE, _In_ LPCWSTR)
BOOL WINAPI GetStringTypeA(_In_ LCID Locale, _In_ DWORD dwInfoType, _In_reads_(cchSrc) LPCSTR lpSrcStr, _In_ int cchSrc, _Out_ LPWORD lpCharType)
BOOL WINAPI GetStringTypeW(_In_ DWORD dwInfoType, _In_reads_(cchSrc) LPCWSTR lpSrcStr, _In_ int cchSrc, _Out_ LPWORD lpCharType)
BOOL WINAPI GetUILanguageInfo(_In_ DWORD dwFlags, _In_ PCZZWSTR pwmszLanguage, _Out_writes_opt_(*pcchFallbackLanguages) PZZWSTR pwszFallbackLanguages, _Inout_opt_ PDWORD pcchFallbackLanguages, _Out_ PDWORD pAttributes)
NUMBERFMTA NUMBERFMT
Definition: winnls.h:1344
_In_ PCWSTR pcwszFilePath
Definition: winnls.h:1121
BOOL(CALLBACK * LANGUAGEGROUP_ENUMPROCA)(LGRPID, LPSTR, LPSTR, DWORD, LONG_PTR)
Definition: winnls.h:595
LANGID WINAPI GetUserDefaultLangID(void)
Definition: locale.c:1182
LCID WINAPI GetSystemDefaultLCID(void)
Definition: locale.c:1235
WINBASEAPI BOOL WINAPI IsValidLocaleName(_In_ LPCWSTR lpLocaleName)
WINBASEAPI int WINAPI FindNLSString(_In_ LCID Locale, _In_ DWORD dwFindNLSStringFlags, _In_reads_(cchSource) LPCWSTR lpStringSource, _In_ int cchSource, _In_reads_(cchValue) LPCWSTR lpStringValue, _In_ int cchValue, _Out_opt_ LPINT pcchFound)
BOOL WINAPI EnumSystemLocalesA(_In_ LOCALE_ENUMPROCA, _In_ DWORD)
BOOL WINAPI IsValidLocale(_In_ LCID, _In_ DWORD)
long LONG_PTR
Definition: winnls.h:545
struct _nlsversioninfoex NLSVERSIONINFOEX
int WINAPI GetTimeFormatEx(LPCWSTR, DWORD, const SYSTEMTIME *, LPCWSTR, LPWSTR, int)
BOOL WINAPI IsNLSDefinedString(_In_ NLS_FUNCTION Function, _In_ DWORD dwFlags, _In_ LPNLSVERSIONINFO lpVersionInformation, _In_reads_(cchStr) LPCWSTR lpString, _In_ int cchStr)
BOOL(CALLBACK * DATEFMT_ENUMPROCEXW)(LPWSTR, CALID)
Definition: winnls.h:609
BOOL(CALLBACK * UILANGUAGE_ENUMPROCA)(LPSTR, LONG_PTR)
Definition: winnls.h:600
int WINAPI IdnToAscii(_In_ DWORD dwFlags, _In_reads_(cchUnicodeChar) LPCWSTR lpUnicodeCharStr, _In_ int cchUnicodeChar, _Out_writes_opt_(cchASCIIChar) LPWSTR lpASCIICharStr, _In_ int cchASCIIChar)
_In_ DWORD _In_ int cchSrc
Definition: winnls.h:1264
BOOL WINAPI GetStringTypeExA(_In_ LCID Locale, _In_ DWORD dwInfoType, _In_reads_(cchSrc) LPCSTR lpSrcStr, _In_ int cchSrc, _Out_writes_(cchSrc) LPWORD lpCharType)
BOOL(CALLBACK * TIMEFMT_ENUMPROCW)(LPWSTR)
Definition: winnls.h:611
DWORD LCTYPE
Definition: winnls.h:581
int WINAPI IdnToUnicode(_In_ DWORD dwFlags, _In_reads_(cchASCIIChar) LPCWSTR lpASCIICharStr, _In_ int cchASCIIChar, _Out_writes_opt_(cchUnicodeChar) LPWSTR lpUnicodeCharStr, _In_ int cchUnicodeChar)
int WINAPI GetLocaleInfoA(_In_ LCID Locale, _In_ LCTYPE LCType, _Out_writes_opt_(cchData) LPSTR lpLCData, _In_ int cchData)
int WINAPI FoldStringW(_In_ DWORD dwMapFlags, _In_reads_(cchSrc) LPCWSTR lpSrcStr, _In_ int cchSrc, _Out_writes_opt_(cchDest) LPWSTR lpDestStr, _In_ int cchDest)
int WINAPI GetDateFormatW(LCID, DWORD, const SYSTEMTIME *, LPCWSTR, LPWSTR, int)
BOOL(CALLBACK * CALINFO_ENUMPROCEXEX)(LPWSTR, CALID, LPWSTR, LPARAM)
Definition: winnls.h:588
int WINAPI GetTimeFormatA(LCID, DWORD, const SYSTEMTIME *, LPCSTR, LPSTR, int)
BOOL(CALLBACK * DATEFMT_ENUMPROCA)(LPSTR)
Definition: winnls.h:606
WINBASEAPI int WINAPI GetLocaleInfoEx(_In_opt_ LPCWSTR lpLocaleName, _In_ LCTYPE LCType, _Out_writes_opt_(cchData) LPWSTR lpLCData, _In_ int cchData)
BOOL(CALLBACK * DATEFMT_ENUMPROCEXA)(LPSTR, CALID)
Definition: winnls.h:608
BOOL(CALLBACK * LOCALE_ENUMPROCW)(LPWSTR)
Definition: winnls.h:602
BOOL WINAPI IsDBCSLeadByte(_In_ BYTE)
UINT WINAPI GetOEMCP(void)
Definition: locale.c:2062
int WINAPI CompareStringW(_In_ LCID Locale, _In_ DWORD dwCmpFlags, _In_reads_(cchCount1) LPCWSTR lpString1, _In_ int cchCount1, _In_reads_(cchCount2) LPCWSTR lpString2, _In_ int cchCount2)
#define LCMAP_BYTEREV
Definition: winnls.h:200
#define MAX_LEADBYTES
Definition: winnls.h:14
BOOL WINAPI SetUserDefaultLCID(LCID)
struct _FILEMUIINFO FILEMUIINFO
BOOL(CALLBACK * CALINFO_ENUMPROCEXW)(LPWSTR, CALID)
Definition: winnls.h:594
BOOL(CALLBACK * CODEPAGE_ENUMPROCW)(LPWSTR)
Definition: winnls.h:605
int WINAPI NormalizeString(_In_ NORM_FORM NormForm, _In_reads_(cwSrcLength) LPCWSTR lpSrcString, _In_ int cwSrcLength, _Out_writes_opt_(cwDstLength) LPWSTR lpDstString, _In_ int cwDstLength)
SYSGEOCLASS
Definition: winnls.h:618
@ GEOCLASS_REGION
Definition: winnls.h:620
@ GEOCLASS_NATION
Definition: winnls.h:621
@ GEOCLASS_ALL
Definition: winnls.h:619
BOOL WINAPI EnumSystemCodePagesA(_In_ CODEPAGE_ENUMPROCA, _In_ DWORD)
BOOL WINAPI SetProcessPreferredUILanguages(_In_ DWORD, _In_opt_ PCZZWSTR, _Out_opt_ PULONG)
LANGID WINAPI GetThreadUILanguage(void)
Definition: vista.c:672
struct _cpinfoexW CPINFOEXW
NLS_FUNCTION
Definition: winnls.h:614
@ COMPARE_STRING
Definition: winnls.h:615
int WINAPI GetCurrencyFormatW(_In_ LCID Locale, _In_ DWORD dwFlags, _In_ LPCWSTR lpValue, _In_opt_ const CURRENCYFMTW *lpFormat, _Out_writes_opt_(cchCurrency) LPWSTR lpCurrencyStr, _In_ int cchCurrency)
LCID WINAPI LocaleNameToLCID(_In_ LPCWSTR, _In_ DWORD)
DWORD GEOID
Definition: winnls.h:585
BOOL WINAPI EnumSystemLocalesW(_In_ LOCALE_ENUMPROCW, _In_ DWORD)
const char * LPCSTR
Definition: xmlstorage.h:183
const WCHAR * LPCWSTR
Definition: xmlstorage.h:185
__wchar_t WCHAR
Definition: xmlstorage.h:180
WCHAR * LPWSTR
Definition: xmlstorage.h:184
char * LPSTR
Definition: xmlstorage.h:182
char CHAR
Definition: xmlstorage.h:175
unsigned char BYTE
Definition: xxhash.c:193
#define const
Definition: zconf.h:233