ReactOS 0.4.16-dev-1260-g901af6a
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#define CAL_GREGORIAN 1
462#define CAL_GREGORIAN_US 2
463#define CAL_JAPAN 3
464#define CAL_TAIWAN 4
465#define CAL_KOREA 5
466#define CAL_HIJRI 6
467#define CAL_THAI 7
468#define CAL_HEBREW 8
469#define CAL_GREGORIAN_ME_FRENCH 9
470#define CAL_GREGORIAN_ARABIC 10
471#define CAL_GREGORIAN_XLIT_ENGLISH 11
472#define CAL_GREGORIAN_XLIT_FRENCH 12
473#define CAL_PERSIAN 22
474#define CAL_UMALQURA 23
475#define CSTR_LESS_THAN 1
476#define CSTR_EQUAL 2
477#define CSTR_GREATER_THAN 3
478#define LGRPID_INSTALLED 1
479#define LGRPID_SUPPORTED 2
480#define LGRPID_WESTERN_EUROPE 1
481#define LGRPID_CENTRAL_EUROPE 2
482#define LGRPID_BALTIC 3
483#define LGRPID_GREEK 4
484#define LGRPID_CYRILLIC 5
485#define LGRPID_TURKISH 6
486#define LGRPID_JAPANESE 7
487#define LGRPID_KOREAN 8
488#define LGRPID_TRADITIONAL_CHINESE 9
489#define LGRPID_SIMPLIFIED_CHINESE 10
490#define LGRPID_THAI 11
491#define LGRPID_HEBREW 12
492#define LGRPID_ARABIC 13
493#define LGRPID_VIETNAMESE 14
494#define LGRPID_INDIC 15
495#define LGRPID_GEORGIAN 16
496#define LGRPID_ARMENIAN 17
497
498#if (WINVER >= 0x0500)
499#define LOCALE_SYEARMONTH 0x1006
500#define LOCALE_SENGCURRNAME 0x1007
501#define LOCALE_SNATIVECURRNAME 0x1008
502#define LOCALE_IDEFAULTEBCDICCODEPAGE 0x1012
503#define LOCALE_SSORTNAME 0x1013
504#define LOCALE_IDIGITSUBSTITUTION 0x1014
505#define LOCALE_IPAPERSIZE 0x100A
506#define DATE_YEARMONTH 8
507#define DATE_LTRREADING 16
508#define DATE_RTLREADING 32
509#define MAP_EXPAND_LIGATURES 0x2000
510#define CAL_SYEARMONTH 47
511#define CAL_ITWODIGITYEARMAX 48
512#define CAL_NOUSEROVERRIDE LOCALE_NOUSEROVERRIDE
513#define CAL_RETURN_NUMBER LOCALE_RETURN_NUMBER
514#define CAL_USE_CP_ACP LOCALE_USE_CP_ACP
515#endif /* (WINVER >= 0x0500) */
516#if WINVER >= 0x0600
517#define IDN_ALLOW_UNASSIGNED 0x1
518#define IDN_USE_STD3_ASCII_RULES 0x2
519#define VS_ALLOW_LATIN 0x1
520#define GSS_ALLOW_INHERITED_COMMON 0x1
521#endif
522#ifndef _BASETSD_H_
523typedef long LONG_PTR;
524#endif
525
526#if (WINVER >= 0x0600)
527#define MUI_FULL_LANGUAGE 0x01
528#define MUI_LANGUAGE_ID 0x04
529#define MUI_LANGUAGE_NAME 0x08
530#define MUI_MERGE_SYSTEM_FALLBACK 0x10
531#define MUI_MERGE_USER_FALLBACK 0x20
532#define MUI_UI_FALLBACK MUI_MERGE_SYSTEM_FALLBACK | MUI_MERGE_USER_FALLBACK
533#define MUI_MACHINE_LANGUAGE_SETTINGS 0x400
534#endif /* (WINVER >= 0x0600) */
535
536#ifndef RC_INVOKED
537typedef DWORD LCTYPE;
539typedef DWORD CALID;
540typedef DWORD LGRPID;
541typedef DWORD GEOID;
569
571 COMPARE_STRING = 0x0001
576 GEOCLASS_REGION = 14
578
579/* Geographic Information types */
581{
599
600typedef struct _cpinfo {
605typedef struct _cpinfoexA {
613typedef struct _cpinfoexW {
621typedef struct _currencyfmtA {
631typedef struct _currencyfmtW {
641typedef struct nlsversioninfo {
646typedef struct _nlsversioninfoex {
653typedef struct _numberfmtA {
661typedef struct _numberfmtW {
669#if 1//(WINVER >= 0x0600)
670typedef enum _NORM_FORM {
675 NormalizationKD = 0x6
677#endif /* (WINVER >= 0x0600) */
678typedef struct _FILEMUIINFO {
693
694#define HIGH_SURROGATE_START 0xd800
695#define HIGH_SURROGATE_END 0xdbff
696#define LOW_SURROGATE_START 0xdc00
697#define LOW_SURROGATE_END 0xdfff
698
699#define IS_HIGH_SURROGATE(ch) ((ch) >= HIGH_SURROGATE_START && (ch) <= HIGH_SURROGATE_END)
700#define IS_LOW_SURROGATE(ch) ((ch) >= LOW_SURROGATE_START && (ch) <= LOW_SURROGATE_END)
701#define IS_SURROGATE_PAIR(high,low) (IS_HIGH_SURROGATE(high) && IS_LOW_SURROGATE(low))
702
703int
704WINAPI
706 _In_ LCID Locale,
707 _In_ DWORD dwCmpFlags,
708 _In_reads_(cchCount1) LPCSTR lpString1,
709 _In_ int cchCount1,
710 _In_reads_(cchCount2) LPCSTR lpString2,
711 _In_ int cchCount2);
712
713int
714WINAPI
716 _In_ LCID Locale,
717 _In_ DWORD dwCmpFlags,
718 _In_reads_(cchCount1) LPCWSTR lpString1,
719 _In_ int cchCount1,
720 _In_reads_(cchCount2) LPCWSTR lpString2,
721 _In_ int cchCount2);
722
733
735
737BOOL
738WINAPI
740 _In_ LOCALE_ENUMPROCEX lpLocaleEnumProcEx,
744
747
749int
750WINAPI
752 _In_ LCID Locale,
753 _In_ DWORD dwFindNLSStringFlags,
754 _In_reads_(cchSource) LPCWSTR lpStringSource,
755 _In_ int cchSource,
756 _In_reads_(cchValue) LPCWSTR lpStringValue,
757 _In_ int cchValue,
758 _Out_opt_ LPINT pcchFound);
759
761int
762WINAPI
764 _In_opt_ LPCWSTR lpLocaleName,
765 _In_ DWORD dwFindNLSStringFlags,
766 _In_reads_(cchSource) LPCWSTR lpStringSource,
767 _In_ int cchSource,
768 _In_reads_(cchValue) LPCWSTR lpStringValue,
769 _In_ int cchValue,
770 _Out_opt_ LPINT pcchFound,
774
775int
776WINAPI
779 _In_reads_(cchSrc) LPCSTR lpSrcStr,
780 _In_ int cchSrc,
781 _Out_writes_opt_(cchDest) LPSTR lpDestStr,
782 _In_ int cchDest);
783
784int
785WINAPI
788 _In_reads_(cchSrc) LPCWSTR lpSrcStr,
789 _In_ int cchSrc,
791 _In_ int cchDest);
792
793UINT WINAPI GetACP(void);
794
795int
796WINAPI
798 _In_ LCID Locale,
799 _In_ CALID Calendar,
800 _In_ CALTYPE CalType,
801 _Out_writes_opt_(cchData) LPSTR lpCalData,
802 _In_ int cchData,
803 _Out_opt_ LPDWORD lpValue);
804
805int
806WINAPI
808 _In_ LCID Locale,
809 _In_ CALID Calendar,
810 _In_ CALTYPE CalType,
811 _Out_writes_opt_(cchData) LPWSTR lpCalData,
812 _In_ int cchData,
813 _Out_opt_ LPDWORD lpValue);
814
818
819int
820WINAPI
822 _In_ LCID Locale,
824 _In_ LPCSTR lpValue,
826 _Out_writes_opt_(cchCurrency) LPSTR lpCurrencyStr,
827 _In_ int cchCurrency);
828
829int
830WINAPI
832 _In_ LCID Locale,
834 _In_ LPCWSTR lpValue,
836 _Out_writes_opt_(cchCurrency) LPWSTR lpCurrencyStr,
837 _In_ int cchCurrency);
838
842
843int
844WINAPI
846 _In_ GEOID Location,
847 _In_ GEOTYPE GeoType,
848 _Out_writes_opt_(cchData) LPSTR lpGeoData,
849 _In_ int cchData,
850 _In_ LANGID LangId);
851
852int
853WINAPI
855 _In_ GEOID Location,
856 _In_ GEOTYPE GeoType,
857 _Out_writes_opt_(cchData) LPWSTR lpGeoData,
858 _In_ int cchData,
859 _In_ LANGID LangId);
860
861int
862WINAPI
864 _In_ LCID Locale,
865 _In_ LCTYPE LCType,
866 _Out_writes_opt_(cchData) LPSTR lpLCData,
867 _In_ int cchData);
868
869int
870WINAPI
872 _In_ LCID Locale,
873 _In_ LCTYPE LCType,
874 _Out_writes_opt_(cchData) LPWSTR lpLCData,
875 _In_ int cchData);
876
878
879BOOL
880WINAPI
882 _In_ NLS_FUNCTION function,
883 _In_ LPCWSTR lpLocaleName,
885
886int
887WINAPI
889 _In_ LCID Locale,
891 _In_ LPCSTR lpValue,
893 _Out_writes_opt_(cchNumber) LPSTR lpNumberStr,
894 _In_ int cchNumber);
895
896int
897WINAPI
899 _In_ LCID Locale,
901 _In_ LPCWSTR lpValue,
903 _Out_writes_opt_(cchNumber) LPWSTR lpNumberStr,
904 _In_ int cchNumber);
905
906UINT WINAPI GetOEMCP(void);
907
908BOOL
909WINAPI
911 _In_ LCID Locale,
912 _In_ DWORD dwInfoType,
913 _In_reads_(cchSrc) LPCSTR lpSrcStr,
914 _In_ int cchSrc,
915 _Out_ LPWORD lpCharType);
916
917BOOL
918WINAPI
920 _In_ DWORD dwInfoType,
921 _In_reads_(cchSrc) LPCWSTR lpSrcStr,
922 _In_ int cchSrc,
923 _Out_ LPWORD lpCharType);
924
925BOOL
926WINAPI
928 _In_ LCID Locale,
929 _In_ DWORD dwInfoType,
930 _In_reads_(cchSrc) LPCSTR lpSrcStr,
931 _In_ int cchSrc,
932 _Out_writes_(cchSrc) LPWORD lpCharType);
933
934BOOL
935WINAPI
937 _In_ LCID Locale,
938 _In_ DWORD dwInfoType,
939 _In_reads_(cchSrc) LPCWSTR lpSrcStr,
940 _In_ int cchSrc,
941 _Out_writes_(cchSrc) LPWORD lpCharType);
942
950
952int
953WINAPI
955 _Out_writes_(cchLocaleName) LPWSTR lpLocaleName,
956 _In_ int cchLocaleName);
957
960
961#if (WINVER >= 0x0600)
962
963int
964WINAPI
967 _In_reads_(cchUnicodeChar) LPCWSTR lpUnicodeCharStr,
968 _In_ int cchUnicodeChar,
969 _Out_writes_opt_(cchASCIIChar) LPWSTR lpASCIICharStr,
970 _In_ int cchASCIIChar);
971
972int
973WINAPI
976 _In_reads_(cchASCIIChar) LPCWSTR lpASCIICharStr,
977 _In_ int cchASCIIChar,
978 _Out_writes_opt_(cchUnicodeChar) LPWSTR lpUnicodeCharStr,
979 _In_ int cchUnicodeChar);
980
981#endif /* WINVER >= 0x0600 */
982
985
986BOOL
987WINAPI
992 _In_reads_(cchStr) LPCWSTR lpString,
993 _In_ int cchStr);
994
997
998int
999WINAPI
1001 _In_ LCID Locale,
1003 _In_reads_(cchSrc) LPCSTR lpSrcStr,
1004 _In_ int cchSrc,
1005 _Out_writes_opt_(_Inexpressible_(cchDest)) LPSTR lpDestStr,
1006 _In_ int cchDest);
1007
1008int
1009WINAPI
1011 _In_ LCID Locale,
1013 _In_reads_(cchSrc) LPCWSTR lpSrcStr,
1014 _In_ int cchSrc,
1015 _Out_writes_opt_(_Inexpressible_(cchDest)) LPWSTR lpDestStr,
1016 _In_ int cchDest);
1017
1029#if (WINVER >= 0x0500)
1043#endif /* (WINVER >= 0x0500) */
1044
1045#if 1//(WINVER >= 0x0600)
1046
1047_Success_(return != FALSE)
1048BOOL
1049WINAPI
1055
1056BOOL
1057WINAPI
1061 _Inout_updates_opt_(*pcchLanguage) PWSTR pwszLanguage,
1062 _Inout_ PULONG pcchLanguage,
1063 _Out_writes_opt_(*pcchFileMUIPath) PWSTR pwszFileMUIPath,
1064 _Inout_ PULONG pcchFileMUIPath,
1065 _Inout_ PULONGLONG pululEnumerator);
1066
1068int
1069WINAPI
1071 _In_opt_ LPCWSTR lpLocaleName,
1072 _In_ LCTYPE LCType,
1073 _Out_writes_opt_(cchData) LPWSTR lpLCData,
1074 _In_ int cchData);
1075
1077BOOL
1078WINAPI
1080 _In_ LPCWSTR lpLocaleName);
1081
1082BOOL
1083WINAPI
1086 _Out_ PULONG pulNumLanguages,
1087 _Out_writes_opt_(*pcchLanguagesBuffer) PZZWSTR pwszLanguagesBuffer,
1088 _Inout_ PULONG pcchLanguagesBuffer);
1089
1090BOOL
1091WINAPI
1094 _Out_ PULONG pulNumLanguages,
1095 _Out_writes_opt_(*pcchLanguagesBuffer) PZZWSTR pwszLanguagesBuffer,
1096 _Inout_ PULONG pcchLanguagesBuffer);
1097
1098BOOL
1099WINAPI
1102 _Out_ PULONG pulNumLanguages,
1103 _Out_writes_opt_(*pcchLanguagesBuffer) PZZWSTR pwszLanguagesBuffer,
1104 _Inout_ PULONG pcchLanguagesBuffer);
1105
1107
1108BOOL
1109WINAPI
1112 _In_ PCZZWSTR pwmszLanguage,
1113 _Out_writes_opt_(*pcchFallbackLanguages) PZZWSTR pwszFallbackLanguages,
1114 _Inout_opt_ PDWORD pcchFallbackLanguages,
1115 _Out_ PDWORD pAttributes);
1116
1117BOOL
1118WINAPI
1121 _Out_ PULONG pulNumLanguages,
1122 _Out_writes_opt_(*pcchLanguagesBuffer) PZZWSTR pwszLanguagesBuffer,
1123 _Inout_ PULONG pcchLanguagesBuffer);
1124
1125int
1126WINAPI
1129 _In_reads_(cchUnicodeChar) LPCWSTR lpUnicodeCharStr,
1130 _In_ int cchUnicodeChar,
1131 _Out_writes_opt_(cchASCIIChar) LPWSTR lpASCIICharStr,
1132 _In_ int cchASCIIChar);
1133
1134int
1135WINAPI
1138 _In_reads_(cchUnicodeChar) LPCWSTR lpUnicodeCharStr,
1139 _In_ int cchUnicodeChar,
1140 _Out_writes_opt_(cchNameprepChar) LPWSTR lpNameprepCharStr,
1141 _In_ int cchNameprepChar);
1142
1143int
1144WINAPI
1147 _In_reads_(cchASCIIChar) LPCWSTR lpASCIICharStr,
1148 _In_ int cchASCIIChar,
1149 _Out_writes_opt_(cchUnicodeChar) LPWSTR lpUnicodeCharStr,
1150 _In_ int cchUnicodeChar);
1151
1152BOOL
1153WINAPI
1155 _In_ NORM_FORM NormForm,
1156 _In_reads_(cwLength) LPCWSTR lpString,
1157 _In_ int cwLength);
1158
1159int
1160WINAPI
1162 _In_ NORM_FORM NormForm,
1163 _In_reads_(cwSrcLength) LPCWSTR lpSrcString,
1164 _In_ int cwSrcLength,
1165 _Out_writes_opt_(cwDstLength) LPWSTR lpDstString,
1166 _In_ int cwDstLength);
1167
1168int
1169WINAPI
1172 _In_ LPCWSTR lpString,
1173 _In_ int cchString,
1174 _Out_writes_opt_(cchScripts) LPWSTR lpScripts,
1175 _In_ int cchScripts);
1176
1180
1181#if (WINVER >= _WIN32_WINNT_WIN8)
1182_When_((dwMapFlags & (LCMAP_SORTKEY | LCMAP_BYTEREV | LCMAP_HASH | LCMAP_SORTHANDLE)) != 0, _At_((LPBYTE) lpDestStr, _Out_writes_bytes_opt_(cchDest)))
1183#else
1185#endif
1189int
1190WINAPI
1192 _In_opt_ LPCWSTR lpLocaleName,
1201
1203
1205
1206#endif /* (WINVER >= 0x0600) */
1207
1209int
1210WINAPI
1212 _In_ LCID Locale,
1214 _In_ int cchName,
1216
1217#ifdef UNICODE
1218#define CALINFO_ENUMPROC CALINFO_ENUMPROCW
1219#define CALINFO_ENUMPROCEX CALINFO_ENUMPROCEXW
1220#define LOCALE_ENUMPROC LOCALE_ENUMPROCW
1221#define CODEPAGE_ENUMPROC CODEPAGE_ENUMPROCW
1222#define DATEFMT_ENUMPROC DATEFMT_ENUMPROCW
1223#define DATEFMT_ENUMPROCEX DATEFMT_ENUMPROCEXW
1224#define TIMEFMT_ENUMPROC TIMEFMT_ENUMPROCW
1225#define LANGUAGEGROUP_ENUMPROC LANGUAGEGROUP_ENUMPROCW
1226#define LANGGROUPLOCALE_ENUMPROC LANGGROUPLOCALE_ENUMPROCW
1227#define UILANGUAGE_ENUMPROC UILANGUAGE_ENUMPROCW
1228typedef CPINFOEXW CPINFOEX;
1229typedef LPCPINFOEXW LPCPINFOEX;
1232typedef NUMBERFMTW NUMBERFMT;
1234#define CompareString CompareStringW
1235#define EnumCalendarInfo EnumCalendarInfoW
1236#define EnumDateFormats EnumDateFormatsW
1237#define EnumSystemCodePages EnumSystemCodePagesW
1238#define EnumSystemLocales EnumSystemLocalesW
1239#define EnumTimeFormats EnumTimeFormatsW
1240#define FoldString FoldStringW
1241#define GetCalendarInfo GetCalendarInfoW
1242#define GetCPInfoEx GetCPInfoExW
1243#define GetCurrencyFormat GetCurrencyFormatW
1244#define GetDateFormat GetDateFormatW
1245#define GetGeoInfo GetGeoInfoW
1246#define GetLocaleInfo GetLocaleInfoW
1247#define GetNumberFormat GetNumberFormatW
1248#define GetStringTypeEx GetStringTypeExW
1249#define GetTimeFormat GetTimeFormatW
1250#define LCMapString LCMapStringW
1251#define SetCalendarInfo SetCalendarInfoW
1252#define SetLocaleInfo SetLocaleInfoW
1253#if (WINVER >= 0x0500)
1254#define EnumCalendarInfoEx EnumCalendarInfoExW
1255#define EnumDateFormatsEx EnumDateFormatsExW
1256#define EnumSystemLanguageGroups EnumSystemLanguageGroupsW
1257#define EnumLanguageGroupLocales EnumLanguageGroupLocalesW
1258#define EnumUILanguages EnumUILanguagesW
1259#endif /* (WINVER >= 0x0500) */
1260#else
1261#define CALINFO_ENUMPROC CALINFO_ENUMPROCA
1262#define CALINFO_ENUMPROCEX CALINFO_ENUMPROCEXA
1263#define LOCALE_ENUMPROC LOCALE_ENUMPROCA
1264#define CODEPAGE_ENUMPROC CODEPAGE_ENUMPROCA
1265#define DATEFMT_ENUMPROC DATEFMT_ENUMPROCA
1266#define DATEFMT_ENUMPROCEX DATEFMT_ENUMPROCEXA
1267#define TIMEFMT_ENUMPROC TIMEFMT_ENUMPROCA
1268#define LANGUAGEGROUP_ENUMPROC LANGUAGEGROUP_ENUMPROCA
1269#define LANGGROUPLOCALE_ENUMPROC LANGGROUPLOCALE_ENUMPROCA
1270#define UILANGUAGE_ENUMPROC UILANGUAGE_ENUMPROCA
1277#define CompareString CompareStringA
1278#define EnumCalendarInfo EnumCalendarInfoA
1279#define EnumDateFormats EnumDateFormatsA
1280#define EnumSystemCodePages EnumSystemCodePagesA
1281#define EnumSystemLocales EnumSystemLocalesA
1282#define EnumTimeFormats EnumTimeFormatsA
1283#define FoldString FoldStringA
1284#define GetCalendarInfo GetCalendarInfoA
1285#define GetCPInfoEx GetCPInfoExA
1286#define GetCurrencyFormat GetCurrencyFormatA
1287#define GetDateFormat GetDateFormatA
1288#define GetGeoInfo GetGeoInfoA
1289#define GetLocaleInfo GetLocaleInfoA
1290#define GetNumberFormat GetNumberFormatA
1291#define GetStringTypeEx GetStringTypeExA
1292#define GetTimeFormat GetTimeFormatA
1293#define LCMapString LCMapStringA
1294#define SetCalendarInfo SetCalendarInfoA
1295#define SetLocaleInfo SetLocaleInfoA
1296#if (WINVER >= 0x0500)
1297#define EnumCalendarInfoEx EnumCalendarInfoExA
1298#define EnumDateFormatsEx EnumDateFormatsExA
1299#define EnumSystemLanguageGroups EnumSystemLanguageGroupsA
1300#define EnumLanguageGroupLocales EnumLanguageGroupLocalesA
1301#define EnumUILanguages EnumUILanguagesA
1302#endif /* (WINVER >= 0x0500) */
1303#endif /* UNICODE */
1304#endif /* RC_INVOKED */
1305
1306#ifdef _MSC_VER
1307#pragma warning(pop)
1308#endif
1309
1310#ifdef __cplusplus
1311}
1312#endif
1313
1314#ifndef NOAPISET
1315#include <stringapiset.h>
1316#endif
1317
1318#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:4596
BOOL WINAPI IsValidLanguageGroup(LGRPID lgrpid, DWORD dwFlags)
Definition: locale.c:4624
LANGID WINAPI GetUserDefaultUILanguage(void)
Definition: locale.c:1375
BOOL WINAPI EnumUILanguagesW(UILANGUAGE_ENUMPROCW pUILangEnumProc, DWORD dwFlags, LONG_PTR lParam)
Definition: locale.c:4973
INT WINAPI LCMapStringEx(LPCWSTR locale, DWORD flags, LPCWSTR src, INT srclen, LPWSTR dst, INT dstlen, LPNLSVERSIONINFO version, LPVOID reserved, LPARAM handle)
Definition: locale.c:3743
LANGID WINAPI GetSystemDefaultUILanguage(void)
Definition: locale.c:1395
BOOL WINAPI EnumLanguageGroupLocalesW(LANGGROUPLOCALE_ENUMPROCW pLangGrpLcEnumProc, LGRPID lgrpid, DWORD dwFlags, LONG_PTR lParam)
Definition: locale.c:4796
BOOL WINAPI EnumUILanguagesA(UILANGUAGE_ENUMPROCA pUILangEnumProc, DWORD dwFlags, LONG_PTR lParam)
Definition: locale.c:4945
BOOL WINAPI EnumLanguageGroupLocalesA(LANGGROUPLOCALE_ENUMPROCA pLangGrpLcEnumProc, LGRPID lgrpid, DWORD dwFlags, LONG_PTR lParam)
Definition: locale.c:4775
BOOL WINAPI EnumSystemLanguageGroupsA(LANGUAGEGROUP_ENUMPROCA pLangGrpEnumProc, DWORD dwFlags, LONG_PTR lParam)
Definition: locale.c:4576
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:606
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
__int3264 LONG_PTR
Definition: mstsclib_h.h:276
unsigned int UINT
Definition: ndis.h:50
#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:687
DWORD dwTypeIDMUISize
Definition: winnls.h:688
DWORD dwTypeIDMUIOffset
Definition: winnls.h:689
DWORD dwFileType
Definition: winnls.h:681
DWORD dwSize
Definition: winnls.h:679
BYTE abBuffer[8]
Definition: winnls.h:691
DWORD dwVersion
Definition: winnls.h:680
DWORD dwTypeIDMainSize
Definition: winnls.h:685
DWORD dwTypeIDMainOffset
Definition: winnls.h:686
BYTE pChecksum[16]
Definition: winnls.h:682
DWORD dwTypeNameMUIOffset
Definition: winnls.h:690
DWORD dwLanguageNameOffset
Definition: winnls.h:684
BYTE pServiceChecksum[16]
Definition: winnls.h:683
BYTE LeadByte[MAX_LEADBYTES]
Definition: winnls.h:603
BYTE DefaultChar[MAX_DEFAULTCHAR]
Definition: winnls.h:602
UINT MaxCharSize
Definition: winnls.h:601
UINT MaxCharSize
Definition: winnls.h:606
BYTE DefaultChar[MAX_DEFAULTCHAR]
Definition: winnls.h:607
WCHAR UnicodeDefaultChar
Definition: winnls.h:609
BYTE LeadByte[MAX_LEADBYTES]
Definition: winnls.h:608
CHAR CodePageName[MAX_PATH]
Definition: winnls.h:611
UINT CodePage
Definition: winnls.h:610
WCHAR UnicodeDefaultChar
Definition: winnls.h:617
BYTE DefaultChar[MAX_DEFAULTCHAR]
Definition: winnls.h:615
WCHAR CodePageName[MAX_PATH]
Definition: winnls.h:619
UINT MaxCharSize
Definition: winnls.h:614
BYTE LeadByte[MAX_LEADBYTES]
Definition: winnls.h:616
UINT CodePage
Definition: winnls.h:618
UINT LeadingZero
Definition: winnls.h:623
UINT Grouping
Definition: winnls.h:624
LPSTR lpThousandSep
Definition: winnls.h:626
LPSTR lpDecimalSep
Definition: winnls.h:625
UINT PositiveOrder
Definition: winnls.h:628
UINT NegativeOrder
Definition: winnls.h:627
LPSTR lpCurrencySymbol
Definition: winnls.h:629
UINT NumDigits
Definition: winnls.h:622
UINT LeadingZero
Definition: winnls.h:633
LPWSTR lpDecimalSep
Definition: winnls.h:635
UINT NumDigits
Definition: winnls.h:632
LPWSTR lpCurrencySymbol
Definition: winnls.h:639
UINT PositiveOrder
Definition: winnls.h:638
UINT Grouping
Definition: winnls.h:634
UINT NegativeOrder
Definition: winnls.h:637
LPWSTR lpThousandSep
Definition: winnls.h:636
DWORD dwEffectiveId
Definition: winnls.h:650
DWORD dwNLSVersionInfoSize
Definition: winnls.h:647
GUID guidCustomVersion
Definition: winnls.h:651
DWORD dwNLSVersion
Definition: winnls.h:648
DWORD dwDefinedVersion
Definition: winnls.h:649
UINT LeadingZero
Definition: winnls.h:655
UINT NegativeOrder
Definition: winnls.h:659
LPSTR lpDecimalSep
Definition: winnls.h:657
LPSTR lpThousandSep
Definition: winnls.h:658
UINT Grouping
Definition: winnls.h:656
UINT NumDigits
Definition: winnls.h:654
UINT NumDigits
Definition: winnls.h:662
LPWSTR lpDecimalSep
Definition: winnls.h:665
UINT Grouping
Definition: winnls.h:664
UINT NegativeOrder
Definition: winnls.h:667
LPWSTR lpThousandSep
Definition: winnls.h:666
UINT LeadingZero
Definition: winnls.h:663
DWORD dwNLSVersion
Definition: winnls.h:643
DWORD dwNLSVersionInfoSize
Definition: winnls.h:642
DWORD dwDefinedVersion
Definition: winnls.h:644
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:2830
_In_ PSID _Out_writes_to_opt_ cchName LPSTR _Inout_ LPDWORD cchName
Definition: winbase.h:2808
_In_ PCCERT_CONTEXT _In_ DWORD dwFlags
Definition: wincrypt.h:1176
LONG_PTR LPARAM
Definition: windef.h:208
BOOL * LPBOOL
Definition: windef.h:162
int * LPINT
Definition: windef.h:178
#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:1271
LCID WINAPI GetThreadLocale(void)
Definition: locale.c:2801
struct _currencyfmtA CURRENCYFMTA
_In_ DWORD _In_ int _In_ int _In_opt_ LPNLSVERSIONINFO _In_opt_ LPVOID lpReserved
Definition: winnls.h:1199
BOOL WINAPI GetProcessPreferredUILanguages(_In_ DWORD dwFlags, _Out_ PULONG pulNumLanguages, _Out_writes_opt_(*pcchLanguagesBuffer) PZZWSTR pwszLanguagesBuffer, _Inout_ PULONG pcchLanguagesBuffer)
_NORM_FORM
Definition: winnls.h:670
@ NormalizationOther
Definition: winnls.h:671
@ NormalizationKC
Definition: winnls.h:674
@ NormalizationKD
Definition: winnls.h:675
@ NormalizationD
Definition: winnls.h:673
@ NormalizationC
Definition: winnls.h:672
CURRENCYFMTA CURRENCYFMT
Definition: winnls.h:1273
DWORD LGRPID
Definition: winnls.h:540
struct _numberfmtW NUMBERFMTW
BOOL(CALLBACK * LOCALE_ENUMPROCEX)(LPWSTR, DWORD, LPARAM)
Definition: winnls.h:559
BOOL WINAPI EnumCalendarInfoW(_In_ CALINFO_ENUMPROCW, _In_ LCID, _In_ CALID, _In_ CALTYPE)
BOOL(CALLBACK * LANGGROUPLOCALE_ENUMPROCA)(LGRPID, LCID, LPSTR, LONG_PTR)
Definition: winnls.h:553
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:539
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:2021
BOOL(CALLBACK * CALINFO_ENUMPROCW)(LPWSTR)
Definition: winnls.h:548
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:1272
SYSGEOTYPE
Definition: winnls.h:581
@ GEO_ISO3
Definition: winnls.h:586
@ GEO_OFFICIALLANGUAGES
Definition: winnls.h:592
@ GEO_CURRENCYCODE
Definition: winnls.h:596
@ GEO_OFFICIALNAME
Definition: winnls.h:590
@ GEO_CURRENCYSYMBOL
Definition: winnls.h:597
@ GEO_TIMEZONES
Definition: winnls.h:591
@ GEO_FRIENDLYNAME
Definition: winnls.h:589
@ GEO_LONGITUDE
Definition: winnls.h:584
@ GEO_ISO_UN_NUMBER
Definition: winnls.h:593
@ GEO_DIALINGCODE
Definition: winnls.h:595
@ GEO_PARENT
Definition: winnls.h:594
@ GEO_ISO2
Definition: winnls.h:585
@ GEO_LATITUDE
Definition: winnls.h:583
@ GEO_NATION
Definition: winnls.h:582
@ GEO_LCID
Definition: winnls.h:588
@ GEO_RFC1766
Definition: winnls.h:587
LANGID WINAPI SetThreadUILanguage(_In_ LANGID)
struct _currencyfmtW * LPCURRENCYFMTW
BOOL(CALLBACK * TIMEFMT_ENUMPROCEX)(LPWSTR, LPARAM)
Definition: winnls.h:546
BOOL(CALLBACK * UILANGUAGE_ENUMPROCW)(LPWSTR, LONG_PTR)
Definition: winnls.h:555
_In_ DWORD _In_ int _In_ int _In_opt_ LPNLSVERSIONINFO _In_opt_ LPVOID _In_opt_ LPARAM sortHandle
Definition: winnls.h:1200
_In_ PCWSTR _Inout_updates_bytes_to_opt_ pcbFileMUIInfo PFILEMUIINFO _Inout_ DWORD * pcbFileMUIInfo
Definition: winnls.h:1054
LANGID WINAPI GetSystemDefaultLangID(void)
Definition: locale.c:1194
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:1276
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:1274
struct _nlsversioninfoex * LPNLSVERSIONINFOEX
BOOL(CALLBACK * DATEFMT_ENUMPROCW)(LPWSTR)
Definition: winnls.h:563
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:1053
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:545
struct _currencyfmtW CURRENCYFMTW
BOOL WINAPI EnumCalendarInfoA(_In_ CALINFO_ENUMPROCA, _In_ LCID, _In_ CALID, _In_ CALTYPE)
DWORD CALTYPE
Definition: winnls.h:538
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:1198
int WINAPI GetDateFormatEx(LPCWSTR, DWORD, const SYSTEMTIME *, LPCWSTR, LPWSTR, int, LPCWSTR)
BOOL(CALLBACK * CALINFO_ENUMPROCA)(LPSTR)
Definition: winnls.h:547
BOOL(CALLBACK * GEO_ENUMPROC)(GEOID)
Definition: winnls.h:568
BOOL(CALLBACK * LANGGROUPLOCALE_ENUMPROCW)(LGRPID, LCID, LPWSTR, LONG_PTR)
Definition: winnls.h:554
BOOL(CALLBACK * CODEPAGE_ENUMPROCA)(LPSTR)
Definition: winnls.h:560
BOOL(CALLBACK * TIMEFMT_ENUMPROCA)(LPSTR)
Definition: winnls.h:566
#define MAX_DEFAULTCHAR
Definition: winnls.h:15
BOOL(CALLBACK * LANGUAGEGROUP_ENUMPROCW)(LGRPID, LPWSTR, LPWSTR, DWORD, LONG_PTR)
Definition: winnls.h:552
_In_ DWORD _In_ int _In_ int cchDest
Definition: winnls.h:1197
BOOL WINAPI EnumDateFormatsW(_In_ DATEFMT_ENUMPROCW, _In_ LCID, _In_ DWORD)
_In_ DWORD dwMapFlags
Definition: winnls.h:1193
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:549
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:557
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:543
BOOL WINAPI GetSystemPreferredUILanguages(_In_ DWORD dwFlags, _Out_ PULONG pulNumLanguages, _Out_writes_opt_(*pcchLanguagesBuffer) PZZWSTR pwszLanguagesBuffer, _Inout_ PULONG pcchLanguagesBuffer)
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:542
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)
struct nlsversioninfo NLSVERSIONINFO
BOOL WINAPI SetUserDefaultUILanguage(LANGID)
BOOL WINAPI GetNLSVersionEx(_In_ NLS_FUNCTION function, _In_ LPCWSTR lpLocaleName, _Inout_ LPNLSVERSIONINFOEX lpVersionInformation)
LCID WINAPI GetUserDefaultLCID(void)
Definition: locale.c:1211
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:1275
_In_ PCWSTR pcwszFilePath
Definition: winnls.h:1052
BOOL(CALLBACK * LANGUAGEGROUP_ENUMPROCA)(LGRPID, LPSTR, LPSTR, DWORD, LONG_PTR)
Definition: winnls.h:551
LANGID WINAPI GetUserDefaultLangID(void)
Definition: locale.c:1177
LCID WINAPI GetSystemDefaultLCID(void)
Definition: locale.c:1230
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:523
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:565
BOOL(CALLBACK * UILANGUAGE_ENUMPROCA)(LPSTR, LONG_PTR)
Definition: winnls.h:556
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:1195
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:567
DWORD LCTYPE
Definition: winnls.h:537
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:544
int WINAPI GetTimeFormatA(LCID, DWORD, const SYSTEMTIME *, LPCSTR, LPSTR, int)
BOOL(CALLBACK * DATEFMT_ENUMPROCA)(LPSTR)
Definition: winnls.h:562
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:564
BOOL(CALLBACK * LOCALE_ENUMPROCW)(LPWSTR)
Definition: winnls.h:558
BOOL WINAPI IsDBCSLeadByte(_In_ BYTE)
UINT WINAPI GetOEMCP(void)
Definition: locale.c:2060
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:550
BOOL(CALLBACK * CODEPAGE_ENUMPROCW)(LPWSTR)
Definition: winnls.h:561
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:574
@ GEOCLASS_REGION
Definition: winnls.h:576
@ GEOCLASS_NATION
Definition: winnls.h:575
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:691
struct _cpinfoexW CPINFOEXW
NLS_FUNCTION
Definition: winnls.h:570
@ COMPARE_STRING
Definition: winnls.h:571
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:541
BOOL WINAPI EnumSystemLocalesW(_In_ LOCALE_ENUMPROCW, _In_ DWORD)
const char * LPCSTR
Definition: xmlstorage.h:183
char * LPSTR
Definition: xmlstorage.h:182
__wchar_t WCHAR
Definition: xmlstorage.h:180
WCHAR * LPWSTR
Definition: xmlstorage.h:184
const WCHAR * LPCWSTR
Definition: xmlstorage.h:185
char CHAR
Definition: xmlstorage.h:175
unsigned char BYTE
Definition: xxhash.c:193
#define const
Definition: zconf.h:233