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.

71 lines
1.3 KiB

  1. ;/*++
  2. ;
  3. ; Copyright (c) 1999 Microsoft Corporation.
  4. ; All rights reserved.
  5. ;
  6. ; MODULE NAME:
  7. ;
  8. ; msg.mc & msg.h
  9. ;
  10. ; ABSTRACT:
  11. ;
  12. ; Message file containing messages for the TrustMon WMI provider.
  13. ; This comment block occurs in both msg.h and msg.mc, however
  14. ; msg.h is generated from msg.mc, so make sure you make changes
  15. ; only to msg.mc.
  16. ;
  17. ; CREATED:
  18. ;
  19. ; 6/12/00 EricB
  20. ;
  21. ; REVISION HISTORY:
  22. ;
  23. ;--*/
  24. MessageIdTypedef=DWORD
  25. MessageId=0
  26. SymbolicName=TRUSTMON_SUCCESS
  27. Severity=Success
  28. Language=English
  29. The operation was successful.
  30. .
  31. MessageId=
  32. SymbolicName=TRUSTMON_MOFCOMP_SUCCESS
  33. Severity=Success
  34. Language=English
  35. The TrustMon MOF file was successfully compiled into the WMI repository.
  36. .
  37. ;
  38. ;// Severity=Informational Messages (Range starts at 2000)
  39. ;
  40. MessageId=2000
  41. SymbolicName=TRUSTMON_UNUSED_1
  42. Severity=Informational
  43. Language=English
  44. Unused
  45. .
  46. ;
  47. ;// Severity=Warning Messages (Range starts at 4000)
  48. ;
  49. MessageId=4000
  50. SymbolicName=TRUSTMON_UNUSED_2
  51. Severity=Warning
  52. Language=English
  53. Unused
  54. .
  55. ;
  56. ;// Severity=Error Messages (Range starts at 6000)
  57. ;
  58. MessageId=6000
  59. SymbolicName=TRUSTMON_MOFCOMP_FAILED
  60. Severity=Error
  61. Language=English
  62. The TrustMon MOF compilation failed with error '%1' at line %2 of MOF file %3.
  63. .