WinNT.rh 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276
  1. /*++ BUILD Version: 0001 Increment this if a change has global effects
  2. Copyright (c) Microsoft Corporation. All rights reserved.
  3. Module Name:
  4. winnt.rh
  5. Abstract:
  6. This module defines the 32-Bit Windows resource codes from winnt.h
  7. Revision History:
  8. --*/
  9. #ifdef UNICODE
  10. #define __TEXT(quote) L##quote
  11. #else /* UNICODE */
  12. #define __TEXT(quote) quote
  13. #endif /* UNICODE */
  14. #define TEXT(quote) __TEXT(quote)
  15. //
  16. // Language IDs.
  17. //
  18. // The following two combinations of primary language ID and
  19. // sublanguage ID have special semantics:
  20. //
  21. // Primary Language ID Sublanguage ID Result
  22. // ------------------- --------------- ------------------------
  23. // LANG_NEUTRAL SUBLANG_NEUTRAL Language neutral
  24. // LANG_NEUTRAL SUBLANG_DEFAULT User default language
  25. // LANG_NEUTRAL SUBLANG_SYS_DEFAULT System default language
  26. // LANG_INVARIANT SUBLANG_NEUTRAL Invariant locale
  27. //
  28. //
  29. // Primary language IDs.
  30. //
  31. #define LANG_NEUTRAL 0x00
  32. #define LANG_INVARIANT 0x7f
  33. #define LANG_AFRIKAANS 0x36
  34. #define LANG_ALBANIAN 0x1c
  35. #define LANG_ARABIC 0x01
  36. #define LANG_ARMENIAN 0x2b
  37. #define LANG_ASSAMESE 0x4d
  38. #define LANG_AZERI 0x2c
  39. #define LANG_BASQUE 0x2d
  40. #define LANG_BELARUSIAN 0x23
  41. #define LANG_BENGALI 0x45
  42. #define LANG_BOSNIAN 0x1a
  43. #define LANG_BULGARIAN 0x02
  44. #define LANG_CATALAN 0x03
  45. #define LANG_CHINESE 0x04
  46. #define LANG_CROATIAN 0x1a
  47. #define LANG_CZECH 0x05
  48. #define LANG_DANISH 0x06
  49. #define LANG_DIVEHI 0x65
  50. #define LANG_DUTCH 0x13
  51. #define LANG_ENGLISH 0x09
  52. #define LANG_ESTONIAN 0x25
  53. #define LANG_FAEROESE 0x38
  54. #define LANG_FARSI 0x29
  55. #define LANG_FINNISH 0x0b
  56. #define LANG_FRENCH 0x0c
  57. #define LANG_GALICIAN 0x56
  58. #define LANG_GEORGIAN 0x37
  59. #define LANG_GERMAN 0x07
  60. #define LANG_GREEK 0x08
  61. #define LANG_GUJARATI 0x47
  62. #define LANG_HEBREW 0x0d
  63. #define LANG_HINDI 0x39
  64. #define LANG_HUNGARIAN 0x0e
  65. #define LANG_ICELANDIC 0x0f
  66. #define LANG_INDONESIAN 0x21
  67. #define LANG_ITALIAN 0x10
  68. #define LANG_JAPANESE 0x11
  69. #define LANG_KANNADA 0x4b
  70. #define LANG_KASHMIRI 0x60
  71. #define LANG_KAZAK 0x3f
  72. #define LANG_KONKANI 0x57
  73. #define LANG_KOREAN 0x12
  74. #define LANG_KYRGYZ 0x40
  75. #define LANG_LATVIAN 0x26
  76. #define LANG_LITHUANIAN 0x27
  77. #define LANG_MACEDONIAN 0x2f // the Former Yugoslav Republic of Macedonia
  78. #define LANG_MALAY 0x3e
  79. #define LANG_MALAYALAM 0x4c
  80. #define LANG_MALTESE 0x3a
  81. #define LANG_MANIPURI 0x58
  82. #define LANG_MAORI 0x81
  83. #define LANG_MARATHI 0x4e
  84. #define LANG_MONGOLIAN 0x50
  85. #define LANG_NEPALI 0x61
  86. #define LANG_NORWEGIAN 0x14
  87. #define LANG_ORIYA 0x48
  88. #define LANG_POLISH 0x15
  89. #define LANG_PORTUGUESE 0x16
  90. #define LANG_PUNJABI 0x46
  91. #define LANG_QUECHUA 0x6b
  92. #define LANG_ROMANIAN 0x18
  93. #define LANG_RUSSIAN 0x19
  94. #define LANG_SAMI 0x3b
  95. #define LANG_SANSKRIT 0x4f
  96. #define LANG_SERBIAN 0x1a
  97. #define LANG_SINDHI 0x59
  98. #define LANG_SLOVAK 0x1b
  99. #define LANG_SLOVENIAN 0x24
  100. #define LANG_SOTHO 0x6c
  101. #define LANG_SPANISH 0x0a
  102. #define LANG_SWAHILI 0x41
  103. #define LANG_SWEDISH 0x1d
  104. #define LANG_SYRIAC 0x5a
  105. #define LANG_TAMIL 0x49
  106. #define LANG_TATAR 0x44
  107. #define LANG_TELUGU 0x4a
  108. #define LANG_THAI 0x1e
  109. #define LANG_TSWANA 0x32
  110. #define LANG_TURKISH 0x1f
  111. #define LANG_UKRAINIAN 0x22
  112. #define LANG_URDU 0x20
  113. #define LANG_UZBEK 0x43
  114. #define LANG_VIETNAMESE 0x2a
  115. #define LANG_WELSH 0x52
  116. #define LANG_XHOSA 0x34
  117. #define LANG_ZULU 0x35
  118. //
  119. // Sublanguage IDs.
  120. //
  121. // The name immediately following SUBLANG_ dictates which primary
  122. // language ID that sublanguage ID can be combined with to form a
  123. // valid language ID.
  124. //
  125. #define SUBLANG_NEUTRAL 0x00 // language neutral
  126. #define SUBLANG_DEFAULT 0x01 // user default
  127. #define SUBLANG_SYS_DEFAULT 0x02 // system default
  128. #define SUBLANG_ARABIC_SAUDI_ARABIA 0x01 // Arabic (Saudi Arabia)
  129. #define SUBLANG_ARABIC_IRAQ 0x02 // Arabic (Iraq)
  130. #define SUBLANG_ARABIC_EGYPT 0x03 // Arabic (Egypt)
  131. #define SUBLANG_ARABIC_LIBYA 0x04 // Arabic (Libya)
  132. #define SUBLANG_ARABIC_ALGERIA 0x05 // Arabic (Algeria)
  133. #define SUBLANG_ARABIC_MOROCCO 0x06 // Arabic (Morocco)
  134. #define SUBLANG_ARABIC_TUNISIA 0x07 // Arabic (Tunisia)
  135. #define SUBLANG_ARABIC_OMAN 0x08 // Arabic (Oman)
  136. #define SUBLANG_ARABIC_YEMEN 0x09 // Arabic (Yemen)
  137. #define SUBLANG_ARABIC_SYRIA 0x0a // Arabic (Syria)
  138. #define SUBLANG_ARABIC_JORDAN 0x0b // Arabic (Jordan)
  139. #define SUBLANG_ARABIC_LEBANON 0x0c // Arabic (Lebanon)
  140. #define SUBLANG_ARABIC_KUWAIT 0x0d // Arabic (Kuwait)
  141. #define SUBLANG_ARABIC_UAE 0x0e // Arabic (U.A.E)
  142. #define SUBLANG_ARABIC_BAHRAIN 0x0f // Arabic (Bahrain)
  143. #define SUBLANG_ARABIC_QATAR 0x10 // Arabic (Qatar)
  144. #define SUBLANG_AZERI_LATIN 0x01 // Azeri (Latin)
  145. #define SUBLANG_AZERI_CYRILLIC 0x02 // Azeri (Cyrillic)
  146. #define SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_LATIN 0x05 // Bosnian (Bosnia and Herzegovina - Latin)
  147. #define SUBLANG_CHINESE_TRADITIONAL 0x01 // Chinese (Taiwan)
  148. #define SUBLANG_CHINESE_SIMPLIFIED 0x02 // Chinese (PR China)
  149. #define SUBLANG_CHINESE_HONGKONG 0x03 // Chinese (Hong Kong S.A.R., P.R.C.)
  150. #define SUBLANG_CHINESE_SINGAPORE 0x04 // Chinese (Singapore)
  151. #define SUBLANG_CHINESE_MACAU 0x05 // Chinese (Macau S.A.R.)
  152. #define SUBLANG_CROATIAN_CROATIA 0x01 // Croatian (Croatia)
  153. #define SUBLANG_CROATIAN_BOSNIA_HERZEGOVINA_LATIN 0x04 // Croatian (Bosnia and Herzegovina - Latin)
  154. #define SUBLANG_DUTCH 0x01 // Dutch
  155. #define SUBLANG_DUTCH_BELGIAN 0x02 // Dutch (Belgian)
  156. #define SUBLANG_ENGLISH_US 0x01 // English (USA)
  157. #define SUBLANG_ENGLISH_UK 0x02 // English (UK)
  158. #define SUBLANG_ENGLISH_AUS 0x03 // English (Australian)
  159. #define SUBLANG_ENGLISH_CAN 0x04 // English (Canadian)
  160. #define SUBLANG_ENGLISH_NZ 0x05 // English (New Zealand)
  161. #define SUBLANG_ENGLISH_EIRE 0x06 // English (Irish)
  162. #define SUBLANG_ENGLISH_SOUTH_AFRICA 0x07 // English (South Africa)
  163. #define SUBLANG_ENGLISH_JAMAICA 0x08 // English (Jamaica)
  164. #define SUBLANG_ENGLISH_CARIBBEAN 0x09 // English (Caribbean)
  165. #define SUBLANG_ENGLISH_BELIZE 0x0a // English (Belize)
  166. #define SUBLANG_ENGLISH_TRINIDAD 0x0b // English (Trinidad)
  167. #define SUBLANG_ENGLISH_ZIMBABWE 0x0c // English (Zimbabwe)
  168. #define SUBLANG_ENGLISH_PHILIPPINES 0x0d // English (Philippines)
  169. #define SUBLANG_FRENCH 0x01 // French
  170. #define SUBLANG_FRENCH_BELGIAN 0x02 // French (Belgian)
  171. #define SUBLANG_FRENCH_CANADIAN 0x03 // French (Canadian)
  172. #define SUBLANG_FRENCH_SWISS 0x04 // French (Swiss)
  173. #define SUBLANG_FRENCH_LUXEMBOURG 0x05 // French (Luxembourg)
  174. #define SUBLANG_FRENCH_MONACO 0x06 // French (Monaco)
  175. #define SUBLANG_GERMAN 0x01 // German
  176. #define SUBLANG_GERMAN_SWISS 0x02 // German (Swiss)
  177. #define SUBLANG_GERMAN_AUSTRIAN 0x03 // German (Austrian)
  178. #define SUBLANG_GERMAN_LUXEMBOURG 0x04 // German (Luxembourg)
  179. #define SUBLANG_GERMAN_LIECHTENSTEIN 0x05 // German (Liechtenstein)
  180. #define SUBLANG_ITALIAN 0x01 // Italian
  181. #define SUBLANG_ITALIAN_SWISS 0x02 // Italian (Swiss)
  182. #define SUBLANG_KASHMIRI_SASIA 0x02 // Kashmiri (South Asia)
  183. #define SUBLANG_KASHMIRI_INDIA 0x02 // For app compatibility only
  184. #define SUBLANG_KOREAN 0x01 // Korean (Extended Wansung)
  185. #define SUBLANG_LITHUANIAN 0x01 // Lithuanian
  186. #define SUBLANG_MALAY_MALAYSIA 0x01 // Malay (Malaysia)
  187. #define SUBLANG_MALAY_BRUNEI_DARUSSALAM 0x02 // Malay (Brunei Darussalam)
  188. #define SUBLANG_NEPALI_INDIA 0x02 // Nepali (India)
  189. #define SUBLANG_NORWEGIAN_BOKMAL 0x01 // Norwegian (Bokmal)
  190. #define SUBLANG_NORWEGIAN_NYNORSK 0x02 // Norwegian (Nynorsk)
  191. #define SUBLANG_PORTUGUESE 0x02 // Portuguese
  192. #define SUBLANG_PORTUGUESE_BRAZILIAN 0x01 // Portuguese (Brazilian)
  193. #define SUBLANG_QUECHUA_BOLIVIA 0x01 // Quechua (Bolivia)
  194. #define SUBLANG_QUECHUA_ECUADOR 0x02 // Quechua (Ecuador)
  195. #define SUBLANG_QUECHUA_PERU 0x03 // Quechua (Peru)
  196. #define SUBLANG_SAMI_NORTHERN_NORWAY 0x01 // Northern Sami (Norway)
  197. #define SUBLANG_SAMI_NORTHERN_SWEDEN 0x02 // Northern Sami (Sweden)
  198. #define SUBLANG_SAMI_NORTHERN_FINLAND 0x03 // Northern Sami (Finland)
  199. #define SUBLANG_SAMI_LULE_NORWAY 0x04 // Lule Sami (Norway)
  200. #define SUBLANG_SAMI_LULE_SWEDEN 0x05 // Lule Sami (Sweden)
  201. #define SUBLANG_SAMI_SOUTHERN_NORWAY 0x06 // Southern Sami (Norway)
  202. #define SUBLANG_SAMI_SOUTHERN_SWEDEN 0x07 // Southern Sami (Sweden)
  203. #define SUBLANG_SAMI_SKOLT_FINLAND 0x08 // Skolt Sami (Finland)
  204. #define SUBLANG_SAMI_INARI_FINLAND 0x09 // Inari Sami (Finland)
  205. #define SUBLANG_SERBIAN_BOSNIA_HERZEGOVINA_LATIN 0x06 // Serbian (Bosnia and Herzegovina - Latin)
  206. #define SUBLANG_SERBIAN_BOSNIA_HERZEGOVINA_CYRILLIC 0x07 // Serbian (Bosnia and Herzegovina - Cyrillic)
  207. #define SUBLANG_SERBIAN_LATIN 0x02 // Serbian (Latin)
  208. #define SUBLANG_SERBIAN_CYRILLIC 0x03 // Serbian (Cyrillic)
  209. #define SUBLANG_SOTHO_NORTHERN_SOUTH_AFRICA 0x01 // Northern Sotho (South Africa)
  210. #define SUBLANG_SPANISH 0x01 // Spanish (Castilian)
  211. #define SUBLANG_SPANISH_MEXICAN 0x02 // Spanish (Mexican)
  212. #define SUBLANG_SPANISH_MODERN 0x03 // Spanish (Modern)
  213. #define SUBLANG_SPANISH_GUATEMALA 0x04 // Spanish (Guatemala)
  214. #define SUBLANG_SPANISH_COSTA_RICA 0x05 // Spanish (Costa Rica)
  215. #define SUBLANG_SPANISH_PANAMA 0x06 // Spanish (Panama)
  216. #define SUBLANG_SPANISH_DOMINICAN_REPUBLIC 0x07 // Spanish (Dominican Republic)
  217. #define SUBLANG_SPANISH_VENEZUELA 0x08 // Spanish (Venezuela)
  218. #define SUBLANG_SPANISH_COLOMBIA 0x09 // Spanish (Colombia)
  219. #define SUBLANG_SPANISH_PERU 0x0a // Spanish (Peru)
  220. #define SUBLANG_SPANISH_ARGENTINA 0x0b // Spanish (Argentina)
  221. #define SUBLANG_SPANISH_ECUADOR 0x0c // Spanish (Ecuador)
  222. #define SUBLANG_SPANISH_CHILE 0x0d // Spanish (Chile)
  223. #define SUBLANG_SPANISH_URUGUAY 0x0e // Spanish (Uruguay)
  224. #define SUBLANG_SPANISH_PARAGUAY 0x0f // Spanish (Paraguay)
  225. #define SUBLANG_SPANISH_BOLIVIA 0x10 // Spanish (Bolivia)
  226. #define SUBLANG_SPANISH_EL_SALVADOR 0x11 // Spanish (El Salvador)
  227. #define SUBLANG_SPANISH_HONDURAS 0x12 // Spanish (Honduras)
  228. #define SUBLANG_SPANISH_NICARAGUA 0x13 // Spanish (Nicaragua)
  229. #define SUBLANG_SPANISH_PUERTO_RICO 0x14 // Spanish (Puerto Rico)
  230. #define SUBLANG_SWEDISH 0x01 // Swedish
  231. #define SUBLANG_SWEDISH_FINLAND 0x02 // Swedish (Finland)
  232. #define SUBLANG_URDU_PAKISTAN 0x01 // Urdu (Pakistan)
  233. #define SUBLANG_URDU_INDIA 0x02 // Urdu (India)
  234. #define SUBLANG_UZBEK_LATIN 0x01 // Uzbek (Latin)
  235. #define SUBLANG_UZBEK_CYRILLIC 0x02 // Uzbek (Cyrillic)
  236. //
  237. // Sorting IDs.
  238. //
  239. #define SORT_DEFAULT 0x0 // sorting default
  240. #define SORT_JAPANESE_XJIS 0x0 // Japanese XJIS order
  241. #define SORT_JAPANESE_UNICODE 0x1 // Japanese Unicode order
  242. #define SORT_CHINESE_BIG5 0x0 // Chinese BIG5 order
  243. #define SORT_CHINESE_PRCP 0x0 // PRC Chinese Phonetic order
  244. #define SORT_CHINESE_UNICODE 0x1 // Chinese Unicode order
  245. #define SORT_CHINESE_PRC 0x2 // PRC Chinese Stroke Count order
  246. #define SORT_CHINESE_BOPOMOFO 0x3 // Traditional Chinese Bopomofo order
  247. #define SORT_KOREAN_KSC 0x0 // Korean KSC order
  248. #define SORT_KOREAN_UNICODE 0x1 // Korean Unicode order
  249. #define SORT_GERMAN_PHONE_BOOK 0x1 // German Phone Book order
  250. #define SORT_HUNGARIAN_DEFAULT 0x0 // Hungarian Default order
  251. #define SORT_HUNGARIAN_TECHNICAL 0x1 // Hungarian Technical order
  252. #define SORT_GEORGIAN_TRADITIONAL 0x0 // Georgian Traditional order
  253. #define SORT_GEORGIAN_MODERN 0x1 // Georgian Modern order