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.

194 lines
6.6 KiB

  1. //////////////////////////////////////////////////////////////////////////////
  2. //
  3. // Copyright (c) 1996-2000 Microsoft Corporation
  4. //
  5. // Module Name:
  6. //
  7. // aaaamon.rc
  8. //
  9. // Abstract:
  10. //
  11. // AAAA Console Monitor Resources
  12. //
  13. // Author:
  14. //
  15. // Stefan Solomon 01/04/1996
  16. //
  17. // Revision History:
  18. // Thierry Perraut 04/02/1999
  19. //////////////////////////////////////////////////////////////////////////////
  20. #include "strdefs.h"
  21. STRINGTABLE
  22. {
  23. MSG_NULL, ""
  24. HLP_AAAA_HELP1, "Displays help.\n"
  25. HLP_AAAA_HELP1_EX, "\
  26. \nUsage: %1!s!\n\
  27. \n Displays help.\n\n"
  28. HLP_AAAA_DUMP, "Dumps aaaa configuration info in script form.\n"
  29. HLP_AAAA_DUMP_EX "\
  30. \n%1!s! \
  31. \n \
  32. \n Dumps aaaa configuration information in script form. \
  33. \n\n"
  34. HLP_GROUP_SET, "Sets configuration information.\n"
  35. HLP_GROUP_SHOW, "Displays information.\n"
  36. HLP_AAAACONFIG_SHOW, "Dumps aaaa configuration info in script form.\n"
  37. HLP_AAAACONFIG_SET, "Sets the configuration of the aaaa server from a script.\n"
  38. HLP_AAAAVERSION_SHOW, "Displays the version of a aaaa configuration database.\n"
  39. HLP_AAAACONFIG_SHOW_EX, "\
  40. \n %1!s! \
  41. \n \
  42. \n Displays (dump) the state of the aaaa configuration. \
  43. \n \
  44. \n\n"
  45. HLP_AAAACONFIG_SET_EX, "\
  46. \n %1!s! [blob = ] { \
  47. \n Base64 data \
  48. \n } \
  49. \n \
  50. \n Set the configuration of the aaaa engine. \
  51. \n \
  52. \n The data between the curling brace is encoded using the Base64 schema\
  53. \n \
  54. \n \
  55. \n Caution: the outcome of that command is unpredictable if the version\
  56. \n of the script file (data) doesn't match the version of IAS \
  57. \n \
  58. \n"
  59. HLP_AAAAVERSION_SHOW_EX, "\
  60. \n %1!s! \
  61. \n \
  62. \n Displays the version of the aaaa engine. \
  63. \n \
  64. \n\n"
  65. MSG_CMD_NOT_IMPLEMENTED, "\n%1!s! command not yet implemented.\n\n"
  66. MSG_AAAA_SCRIPTHEADER, "\
  67. \n \
  68. \n# ----------------------------------------- \
  69. \n# aaaa Configuration \
  70. \n# ----------------------------------------- \
  71. \n# This script will NOT work across different versions of IAS.\
  72. \n# ----------------------------------------- \
  73. \n"
  74. MSG_AAAA_SCRIPTFOOTER, "\
  75. \n# End of aaaa configuration. \
  76. \n \
  77. \n \
  78. \n"
  79. MSG_AAAACONFIG_SET_SUCCESS, "\
  80. \naaaa server configuration successfully set. \
  81. \n \
  82. \n"
  83. MSG_AAAACONFIG_SET_FAIL, "\
  84. \nFailed attempting to set the aaaa configuration. \
  85. \n \
  86. \n"
  87. MSG_AAAACONFIG_SHOW_SUCCESS, "\
  88. \naaaa server configuration successfully dumped: \
  89. \n \
  90. \n"
  91. MSG_AAAACONFIG_SHOW_FAIL, "\
  92. \nFailed attempting to show the aaaa configuration. \
  93. \n \
  94. \n"
  95. MSG_AAAAVERSION_SHOW_SUCCESS, "\
  96. \naaaa server version successfully retrieved. \
  97. \n \
  98. \n"
  99. MSG_AAAAVERSION_SHOW_FAIL, "\
  100. \nFailed attempting to show the aaaa version. \
  101. \n \
  102. \n"
  103. MSG_AAAACONFIG_SHOW_HEADER, "\
  104. \n# aaaa configuration script. \
  105. \n# Known Issues and limitations: \
  106. \n# Import/Export between different versions is not be supported.\
  107. \n"
  108. MSG_AAAACONFIG_SHOW_FOOTER, "\
  109. \n# End of aaaa show config\
  110. \n"
  111. MSG_AAAAVERSION_GET_FAIL, "\
  112. \nFailed getting the version information. \
  113. \n"
  114. MSG_AAAACONFIG_SHOW_INVALID_SYNTAX, "\
  115. \naaaa Show config Syntax Error. \
  116. \n"
  117. MSG_AAAACONFIG_SET_REGISTRY_FAIL, "\
  118. \nThe registry couldn't be updated. \
  119. \n"
  120. MSG_AAAACONFIG_SET_REFRESH_FAIL "\
  121. \n aaaa server configuration successfully set \
  122. \n BUT the service was not refreshed successfully \
  123. \n you might need to restart it to make sure that \
  124. \n the new configuration is used.\n"
  125. EMSG_AAAACONFIG_SHOW_FAIL "\
  126. \n aaaa show version failed.\
  127. \n Unexpected error.\n"
  128. EMSG_TAG_ALREADY_PRESENT, "\
  129. Two or more arguments in the command have the same tag.\n"
  130. EMSG_CANT_FIND_EOPT, "\
  131. One or more essential parameters not specified\n"
  132. EMSG_BAD_OPTION_VALUE, "\
  133. %1!s! is not an acceptable value for %2!s!.\n"
  134. EMSG_INCOMPLETE_COMMAND, "\
  135. The command is incomplete. The possible completions are:\n\n"
  136. EMSG_UNABLE_TO_CREATE_FILE, "\
  137. Unable to create file %1!s!. Error %2!d!\n"
  138. EMSG_OPEN_DB_FAILED,"\
  139. OpenJetDatabase failed\n"
  140. EMSG_AAAACONFIG_UPGRADE_FAIL, "\
  141. \n The configuration cannot be set from this script.\
  142. \n \n"
  143. }
  144. #include <windows.h>
  145. #include <ntverp.h>
  146. #define VER_FILETYPE VFT_DLL
  147. #define VER_FILESUBTYPE VFT2_UNKNOWN
  148. #define VER_FILEDESCRIPTION_STR "Aaaa Monitor DLL"
  149. #define VER_INTERNALNAME_STR "aaaamon.dll"
  150. #define VER_ORIGINALFILENAME_STR "aaaamon.dll"
  151. #include "common.ver" // NT5.0 version file.