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.

163 lines
5.0 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 "winres.h"
  10. /////////////////////////////////////////////////////////////////////////////
  11. #undef APSTUDIO_READONLY_SYMBOLS
  12. /////////////////////////////////////////////////////////////////////////////
  13. // English (U.S.) resources
  14. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  15. #ifdef _WIN32
  16. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  17. #pragma code_page(1252)
  18. #endif //_WIN32
  19. #ifndef _MAC
  20. /////////////////////////////////////////////////////////////////////////////
  21. //
  22. // Version
  23. //
  24. VS_VERSION_INFO VERSIONINFO
  25. FILEVERSION 5,0,1636,1
  26. PRODUCTVERSION 5,0,1636,1
  27. FILEFLAGSMASK 0x3fL
  28. #ifdef _DEBUG
  29. FILEFLAGS 0x1L
  30. #else
  31. FILEFLAGS 0x0L
  32. #endif
  33. FILEOS 0x40004L
  34. FILETYPE 0x1L
  35. FILESUBTYPE 0x0L
  36. BEGIN
  37. BLOCK "StringFileInfo"
  38. BEGIN
  39. BLOCK "040904B0"
  40. BEGIN
  41. VALUE "CompanyName", "Microsoft Corporation\0"
  42. VALUE "FileDescription", "Security Configuration Editor WMI Provider\0"
  43. VALUE "FileVersion", "5.00.1636.1\0"
  44. VALUE "InternalName", "sceprov\0"
  45. VALUE "LegalCopyright", "Copyright (C) Microsoft Corp. 1981-1997\0"
  46. VALUE "OriginalFilename", "sceprov\0"
  47. VALUE "ProductName", "Microsoft(R) Windows NT(R) Operating System\0"
  48. VALUE "ProductVersion", "5.00.1636.1\0"
  49. END
  50. END
  51. BLOCK "VarFileInfo"
  52. BEGIN
  53. VALUE "Translation", 0x409, 1200
  54. END
  55. END
  56. #endif // !_MAC
  57. #ifdef APSTUDIO_INVOKED
  58. /////////////////////////////////////////////////////////////////////////////
  59. //
  60. // TEXTINCLUDE
  61. //
  62. 1 TEXTINCLUDE DISCARDABLE
  63. BEGIN
  64. "resource.h\0"
  65. END
  66. 2 TEXTINCLUDE DISCARDABLE
  67. BEGIN
  68. "#include ""winres.h""\r\n"
  69. "\0"
  70. END
  71. 3 TEXTINCLUDE DISCARDABLE
  72. BEGIN
  73. "1 TYPELIB ""SceCore.tlb""\r\n"
  74. "\0"
  75. END
  76. #endif // APSTUDIO_INVOKED
  77. /////////////////////////////////////////////////////////////////////////////
  78. //
  79. // REGISTRY
  80. //
  81. IDR_SceProv REGISTRY DISCARDABLE "SceProv.rgs"
  82. /////////////////////////////////////////////////////////////////////////////
  83. //
  84. // String Table
  85. //
  86. STRINGTABLE DISCARDABLE
  87. BEGIN
  88. IDS_E_NAME_TOO_LONG "Method name too long"
  89. IDS_SUCCESS "Method executed successfully"
  90. IDS_E_ENCODE_ERROR "Method encoding string has syntax errors"
  91. IDS_GET_EMBED_METHOD "Get embedded class's method"
  92. IDS_GET_SCE_CLASS_OBJECT "Get Sce class object ISceClassObject"
  93. IDS_SPAWN_INSTANCE "Class object failed to spawn an instance"
  94. IDS_POPULATE_FO "Populate foreign object's properties"
  95. IDS_GET_FULLPATH "Get path of the instance"
  96. IDS_DELETE_INSTANCE "Delete instance"
  97. IDS_PUT_INSTANCE "Put instance"
  98. IDS_INVALID_METHOD_CONTEXT "Method context is invalid"
  99. IDS_E_OUT_OF_MEMROY "Out of memory"
  100. IDS_E_METHOD_FAIL "Method execution failed"
  101. IDS_PUT_IN_PARAMETER "Put input parameter"
  102. IDS_GET_LOGFILEPATH "Get LogFilePath input parameter"
  103. END
  104. STRINGTABLE DISCARDABLE
  105. BEGIN
  106. IDS_IMPORT_TEMPLATE "Import from a template to a database"
  107. IDS_CONFIGURE_DB "Configure using a database"
  108. IDS_EXPORT_DB "Export from a database to a template"
  109. IDS_GET_KEY_PROPERTY "Get key property"
  110. IDS_GET_NON_KEY_PROPERTY "Get non-key property"
  111. IDS_NON_STATIC_CALL "Call a non-static method without an instance"
  112. IDS_MISSING_TOKEN "The following portion of the encoding string misses %s at index=%d: %s"
  113. IDS_FAILURE_CAUSE "Failure Cause: "
  114. IDS_OBJECT_DETAIL "Object detail: "
  115. IDS_PARAMETER_DETAIL "Parameter detail: "
  116. IDS_ACTION "Action: "
  117. IDS_ERROR_CODE "Error Code: "
  118. IDS_EXE_FOREIGN_METHOD "Embedded object executes foreign methods"
  119. IDS_IN_PARAMETER "In Parameter"
  120. IDS_OUT_PARAMETER "Out Parameter"
  121. IDS_METHOD_NOT_SUPPORTED "The method is not supported: "
  122. IDS_CREATE_SEQUENCER "Create embed class access order"
  123. IDS_CREATE_CLASSENUM "Call CreateClassEnum on namespace"
  124. IDS_GET_CLASS_DEFINITION "Get class definition from WMI"
  125. IDS_GET_CLASS_INSTANCE "Get class instance from WMI"
  126. IDS_PUT_PROPERTY "Put property into an instance"
  127. IDS_CREATE_INSTANCE_LIST "Create instance list"
  128. END
  129. #endif // English (U.S.) resources
  130. /////////////////////////////////////////////////////////////////////////////
  131. #ifndef APSTUDIO_INVOKED
  132. /////////////////////////////////////////////////////////////////////////////
  133. //
  134. // Generated from the TEXTINCLUDE 3 resource.
  135. //
  136. 1 TYPELIB "SceCore.tlb"
  137. /////////////////////////////////////////////////////////////////////////////
  138. #endif // not APSTUDIO_INVOKED