Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

86 lines
2.0 KiB

  1. ;/*++;
  2. ;
  3. ;Copyright (c) 1997 Microsoft Corporation
  4. ;
  5. ;Module Name:
  6. ;
  7. ; sti.mc, sti.h
  8. ;
  9. ;Abstract:
  10. ;
  11. ; This file contains the message definitions for the STI DLL
  12. ;
  13. ;Author:
  14. ;
  15. ; Vlad Sadovsky (VladS) 01-Oct-1997
  16. ;
  17. ;Revision History:
  18. ;
  19. ;Notes:
  20. ;
  21. ;--*/
  22. ;
  23. SeverityNames=(Success=0x0:STATUS_SEVERITY_SUCCESS
  24. Informational=0x1:STATUS_SEVERITY_INFORMATIONAL
  25. Warning=0x2:STATUS_SEVERITY_WARNING
  26. Error=0x3:STATUS_SEVERITY_ERROR
  27. )
  28. MessageId=0x2001
  29. Severity=Error
  30. SymbolicName=MSG_FAILED_OPEN_DEVICE_KEY
  31. Language=English
  32. Loading USD, cannot open device registry key.
  33. .
  34. MessageId=0x2002
  35. Severity=Error
  36. SymbolicName=MSG_FAILED_READ_DEVICE_NAME
  37. Language=English
  38. Loading USD, cannot read device name from registry.
  39. .
  40. MessageId=0x2003
  41. Severity=Error
  42. SymbolicName=MSG_FAILED_CREATE_DCB
  43. Language=English
  44. Loading USD, failed to create device control block. Error code (hex)=%1!x!.
  45. .
  46. MessageId=0x2004
  47. Severity=Informational
  48. SymbolicName=MSG_LOADING_USD
  49. Language=English
  50. Attempting to load user-mode driver (USD) for the device.
  51. .
  52. MessageId=0x2005
  53. Severity=Informational
  54. SymbolicName=MSG_LOADING_PASSTHROUGH_USD
  55. Language=English
  56. Could not create instance for registered USD, possibly incorrect class ID or problems loading DLL. Trying to initialize pass-through USD.Error code (hex)=%1!x!.
  57. .
  58. MessageId=0x2006
  59. Severity=Informational
  60. SymbolicName=MSG_INITIALIZING_USD
  61. Language=English
  62. Completed loading USD, calling initialization routine.
  63. .
  64. MessageId=0x2008
  65. Severity=Error
  66. SymbolicName=MSG_OLD_USD
  67. Language=English
  68. Version of USD is either too old or too new , will not work with this version of sti dll.
  69. .
  70. MessageId=0x2009
  71. Severity=Informational
  72. SymbolicName=MSG_SUCCESS_USD
  73. Language=English
  74. Successfully loaded user mode driver.
  75. .
  76. MessageId=0x200a
  77. Severity=Error
  78. SymbolicName=MSG_FAILED_INIT_USD
  79. Language=English
  80. USD failed Initialize method, returned error code (hex)=%1!x!.
  81. .