reactos/win32ss/user/winsrv/usersrv/lang
Hermès Bélusca-Maïto 5a1a35ca5a
[USERSRV] Hard-error improvements 3/7
- Cache localized hard error message components: the status severity,
  the system process name and the unhandled exception debug strings.
- Try not to fail too much. In particular, don't fail if a string could
  not be correctly captured in UserpCaptureStringParameters() (we then
  use a default empty string). The next aim is to make UserpFormatMessages()
  not failing at all.
- Use RtlStringCbPrintf(Ex)W where possible so that one can use counted
  (and not NULL-terminated) UNICODE_STRINGs where possible. This allows
  using counted resource strings without having to allocate memory.
- If available, prepend the window title of the application that
  triggered the hard error to the hard error message box caption.
2018-04-07 18:48:09 +02:00
..
bg-BG.rc [USERSRV] Hard-error improvements 3/7 2018-04-07 18:48:09 +02:00
cs-CZ.rc [USERSRV] Hard-error improvements 3/7 2018-04-07 18:48:09 +02:00
de-DE.rc [USERSRV] Hard-error improvements 3/7 2018-04-07 18:48:09 +02:00
el-GR.rc [USERSRV] Hard-error improvements 3/7 2018-04-07 18:48:09 +02:00
en-US.rc [USERSRV] Hard-error improvements 3/7 2018-04-07 18:48:09 +02:00
es-ES.rc [USERSRV] Hard-error improvements 3/7 2018-04-07 18:48:09 +02:00
fr-FR.rc [USERSRV] Hard-error improvements 3/7 2018-04-07 18:48:09 +02:00
he-IL.rc [USERSRV] Hard-error improvements 3/7 2018-04-07 18:48:09 +02:00
hu-HU.rc [TRANSLATION][USERSRV] Add Hungarian Translation (#442) 2018-04-01 19:13:35 +02:00
id-ID.rc [USERSRV] Hard-error improvements 3/7 2018-04-07 18:48:09 +02:00
it-IT.rc [USERSRV] Hard-error improvements 3/7 2018-04-07 18:48:09 +02:00
ja-JP.rc [USERSRV] Hard-error improvements 3/7 2018-04-07 18:48:09 +02:00
no-NO.rc [USERSRV] Hard-error improvements 3/7 2018-04-07 18:48:09 +02:00
pl-PL.rc [USERSRV] Hard-error improvements 3/7 2018-04-07 18:48:09 +02:00
pt-BR.rc [USERSRV] Hard-error improvements 3/7 2018-04-07 18:48:09 +02:00
ro-RO.rc [USERSRV] Hard-error improvements 3/7 2018-04-07 18:48:09 +02:00
ru-RU.rc [USERSRV] Hard-error improvements 3/7 2018-04-07 18:48:09 +02:00
sk-SK.rc [USERSRV] Hard-error improvements 3/7 2018-04-07 18:48:09 +02:00
sv-SE.rc [USERSRV] Hard-error improvements 3/7 2018-04-07 18:48:09 +02:00
tr-TR.rc [USERSRV] Hard-error improvements 3/7 2018-04-07 18:48:09 +02:00
uk-UA.rc [USERSRV] Hard-error improvements 3/7 2018-04-07 18:48:09 +02:00
zh-CN.rc [USERSRV] Hard-error improvements 3/7 2018-04-07 18:48:09 +02:00
zh-TW.rc [USERSRV] Hard-error improvements 3/7 2018-04-07 18:48:09 +02:00