Source code of Windows XP (NT5)
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.

113 lines
2.7 KiB

  1. /*++
  2. Copyright (C) 1999 Microsoft Corporation
  3. Module Name:
  4. WINMGMT.RC
  5. Abstract:
  6. winmgmt resources
  7. History:
  8. --*/
  9. //Microsoft Developer Studio generated resource script.
  10. //
  11. //#include "resource.h"
  12. #define APSTUDIO_READONLY_SYMBOLS
  13. /////////////////////////////////////////////////////////////////////////////
  14. //
  15. // Generated from the TEXTINCLUDE 2 resource.
  16. //
  17. #define APSTUDIO_HIDDEN_SYMBOLS
  18. #include "windows.h"
  19. #undef APSTUDIO_HIDDEN_SYMBOLS
  20. #include "strings.h"
  21. /////////////////////////////////////////////////////////////////////////////
  22. #undef APSTUDIO_READONLY_SYMBOLS
  23. /////////////////////////////////////////////////////////////////////////////
  24. // English (U.S.) resources
  25. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  26. #ifdef _WIN32
  27. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  28. #pragma code_page(1252)
  29. #endif //_WIN32
  30. #ifdef APSTUDIO_INVOKED
  31. /////////////////////////////////////////////////////////////////////////////
  32. //
  33. // TEXTINCLUDE
  34. //
  35. 1 TEXTINCLUDE DISCARDABLE
  36. BEGIN
  37. "resource.h\0"
  38. END
  39. 2 TEXTINCLUDE DISCARDABLE
  40. BEGIN
  41. "#define APSTUDIO_HIDDEN_SYMBOLS\r\n"
  42. "#include ""windows.h""\r\n"
  43. "#undef APSTUDIO_HIDDEN_SYMBOLS\r\n"
  44. "#include ""strings.h""\r\n"
  45. "\0"
  46. END
  47. 3 TEXTINCLUDE DISCARDABLE
  48. BEGIN
  49. "\r\n"
  50. "\0"
  51. END
  52. #endif // APSTUDIO_INVOKED
  53. /////////////////////////////////////////////////////////////////////////////
  54. //
  55. // String Table
  56. //
  57. STRINGTABLE DISCARDABLE
  58. BEGIN
  59. ID_WINMGMT_DESCRIPTION "Provides a common interface and object model to access management information about operating system, devices, applications and services. If this service is stopped, most Windows-based software will not function properly. If this service is disabled, any services that explicitly depend on it will fail to start."
  60. ID_WINMGMT_SERVICE "Windows Management Instrumentation"
  61. ID_ERROR_SHORT "Error code: 0x%08X"
  62. ID_ERROR_LONG "Number: 0x%X\r\nFacility: %S\r\nDescription: %S"
  63. ID_BACKUP_TITLE "Repository backup failed to complete"
  64. ID_RESTORE_TITLE "Repository restore failed to complete"
  65. END
  66. #endif // English (U.S.) resources
  67. /////////////////////////////////////////////////////////////////////////////
  68. #ifndef APSTUDIO_INVOKED
  69. /////////////////////////////////////////////////////////////////////////////
  70. //
  71. // Generated from the TEXTINCLUDE 3 resource.
  72. //
  73. /////////////////////////////////////////////////////////////////////////////
  74. #endif // not APSTUDIO_INVOKED
  75. #include <windows.h>
  76. #include <ntverp.h>
  77. #define VER_FILETYPE VFT_APP
  78. #define VER_FILESUBTYPE VFT2_UNKNOWN
  79. #define VER_FILEDESCRIPTION_STR "WMI"
  80. #define VER_INTERNALNAME_STR "wmisvc.dll"
  81. #define VER_ORIGINALFILENAME_STR "wmisvc.dll"
  82. #include "common.ver"