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.

142 lines
5.2 KiB

  1. //Microsoft Developer Studio generated resource script.
  2. //
  3. //#include "resource.h"
  4. #define APSTUDIO_READONLY_SYMBOLS
  5. /////////////////////////////////////////////////////////////////////////////
  6. //
  7. // Generated from the TEXTINCLUDE 2 resource.
  8. //
  9. #include "strings.h"
  10. #define APSTUDIO_HIDDEN_SYMBOLS
  11. #include "windows.h"
  12. #undef APSTUDIO_HIDDEN_SYMBOLS
  13. #include "ntverp.h"
  14. /////////////////////////////////////////////////////////////////////////////
  15. #undef APSTUDIO_READONLY_SYMBOLS
  16. /////////////////////////////////////////////////////////////////////////////
  17. // English (U.S.) resources
  18. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  19. #ifdef _WIN32
  20. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  21. #pragma code_page(1252)
  22. #endif //_WIN32
  23. /////////////////////////////////////////////////////////////////////////////
  24. //
  25. // String Table
  26. //
  27. STRINGTABLE DISCARDABLE
  28. BEGIN
  29. PARSING_MSG "Parsing MOF file: %ls\n"
  30. ERROR_SYNTAX "%ls (%d): error SYNTAX 0X%04x: %ls\n"
  31. SUCCESS "MOF file has been successfully parsed\n"
  32. SYNTAX_CHECK_COMPLETE "Syntax check complete.\n"
  33. STORING_BMOF "Storing Binary MOF data in %ls\n"
  34. STORING_DATA "Storing data in the repository...\n"
  35. END
  36. STRINGTABLE DISCARDABLE
  37. BEGIN
  38. CANT_FIND_CLASS_NAME "Could not find class name"
  39. INVALID_AUTORECOVER "Error, cannot combine autorecover with current flags/pragmas"
  40. END
  41. STRINGTABLE DISCARDABLE
  42. BEGIN
  43. SAFE_ARRAY_ERROR "\nUnexpected error getting safe array data"
  44. UNEXPECTED_EOF "(%d): error: unexpected end of file found in comment\n"
  45. COMMENT_ERROR "(%d): error: ""*\\"" found outside of comment\n"
  46. PREPROCESSOR "PREPROCESSOR COMMANDS ARE NOT SUPPORTED.\n"
  47. NO_TYPEDEFS "TYPEDEFs ARE NOT SUPPORTED.\n"
  48. ALIAS_PROP_ERROR "\nError resolving alias for property %ls"
  49. BAD_PROP_TYPE "\nError, property %ls is not of any known type.\n"
  50. FILE_CREATE_FAILED "Failed trying to create file %ls"
  51. FILE_WRITE_FAILED "Failed trying to write to file %ls, error = 0x%0x"
  52. ERROR_FORMAT "0X%04x "
  53. CR "\n"
  54. END
  55. STRINGTABLE DISCARDABLE
  56. BEGIN
  57. WMI_LAUNCH_ERROR "Error launching wmimofck.exe, Last error = 0x%0x"
  58. COMPRESSION_FAILED "MRCI Level1 compression failed"
  59. ERROR_FORMATEX "Error code: 0x%08X"
  60. ERROR_FORMAT_LONG "Error Number: 0x%x, Facility: %ls\nDescription: %ls"
  61. INVALID_BMOF_OBJECT_TYPE
  62. "Invalid object type found in BINARY MOF object, possibly caused by old format file"
  63. END
  64. STRINGTABLE DISCARDABLE
  65. BEGIN
  66. ERROR_OPENING "An error occurred while opening the namespace for object %d defined on lines %d - %d:\n"
  67. ERROR_OPENING_NO_LINES "An error occurred while opening the namespace for object %d:\n"
  68. ERROR_CREATING "An error occurred while creating object %d defined on lines %d - %d:\n"
  69. ERROR_CREATING_NO_LINES "An error occurred while creating object %d:\n"
  70. ERROR_STORING "An error occurred while processing item %d defined on lines %d - %d in file %ls:\n"
  71. ERROR_STORING_NO_LINES "An error occurred while processing item %d:\n"
  72. ERROR_RESOLVING "An error occurred while resolving the alias for object %d defined on lines %d - %d:\n"
  73. ERROR_RESOLVING_NO_LINES
  74. "An error occurred while resolving the alias for object %d:\n"
  75. ERROR_INCLUDING_BINARY "Error, tried to include file <%ls> which is binary.\n"
  76. ERROR_INCLUDING_ABSENT "Error, cannot open included file <%ls>.\n"
  77. END
  78. STRINGTABLE DISCARDABLE
  79. BEGIN
  80. ERROR_RECURSIVE_INCLUDE "Error, cannot recursively include file <%ls>.\n"
  81. ERRCTX_INVALID_DELETECLASS_SYNTAX
  82. "Invalid delete class syntax, should be #pragma deleteclass(""class"", FAIL|NOFAIL)"
  83. BMOF_INCOMPATIBLE "Error, binary mof output cannot contain ""deleteclass"" or ""deleteinstance"" pragmas.\n"
  84. END
  85. STRINGTABLE DISCARDABLE
  86. BEGIN
  87. 0x80041002 "Class, instance, or property '%ls' was not found.\n"
  88. 0x80041005 "The value specified for property '%ls' conflicts with the declaration of the property.\n"
  89. END
  90. STRINGTABLE DISCARDABLE
  91. BEGIN
  92. 0x8004101a "Qualifier '%ls' may not be overriden.\n"
  93. 0x8004101b "Qualifier '%ls' is inherited.\n"
  94. END
  95. STRINGTABLE DISCARDABLE
  96. BEGIN
  97. 0x8004102b "The value of property '%ls' is out of range.\n"
  98. END
  99. #endif // English (U.S.) resources
  100. /////////////////////////////////////////////////////////////////////////////
  101. #ifndef APSTUDIO_INVOKED
  102. /////////////////////////////////////////////////////////////////////////////
  103. //
  104. // Generated from the TEXTINCLUDE 3 resource.
  105. //
  106. /////////////////////////////////////////////////////////////////////////////
  107. #endif // not APSTUDIO_INVOKED
  108. #include <windows.h>
  109. #include <ntverp.h>
  110. #define VER_FILETYPE VFT_APP
  111. #define VER_FILESUBTYPE VFT2_UNKNOWN
  112. #define VER_FILEDESCRIPTION_STR "WMI"
  113. #define VER_INTERNALNAME_STR "mofd.dll"
  114. #define VER_ORIGINALFILENAME_STR "mofd.dll"
  115. #include "common.ver"