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

//////////////////////////////////////////////////////////////////////////////
//
// Copyright (c) 1996-2000 Microsoft Corporation
//
// Module Name:
//
// aaaamon.rc
//
// Abstract:
//
// AAAA Console Monitor Resources
//
// Author:
//
// Stefan Solomon 01/04/1996
//
// Revision History:
// Thierry Perraut 04/02/1999
//////////////////////////////////////////////////////////////////////////////
#include "strdefs.h"
STRINGTABLE
{
MSG_NULL, ""
HLP_AAAA_HELP1, "Displays help.\n"
HLP_AAAA_HELP1_EX, "\
\nUsage: %1!s!\n\
\n Displays help.\n\n"
HLP_AAAA_DUMP, "Dumps aaaa configuration info in script form.\n"
HLP_AAAA_DUMP_EX "\
\n%1!s! \
\n \
\n Dumps aaaa configuration information in script form. \
\n\n"
HLP_GROUP_SET, "Sets configuration information.\n"
HLP_GROUP_SHOW, "Displays information.\n"
HLP_AAAACONFIG_SHOW, "Dumps aaaa configuration info in script form.\n"
HLP_AAAACONFIG_SET, "Sets the configuration of the aaaa server from a script.\n"
HLP_AAAAVERSION_SHOW, "Displays the version of a aaaa configuration database.\n"
HLP_AAAACONFIG_SHOW_EX, "\
\n %1!s! \
\n \
\n Displays (dump) the state of the aaaa configuration. \
\n \
\n\n"
HLP_AAAACONFIG_SET_EX, "\
\n %1!s! [blob = ] { \
\n Base64 data \
\n } \
\n \
\n Set the configuration of the aaaa engine. \
\n \
\n The data between the curling brace is encoded using the Base64 schema\
\n \
\n \
\n Caution: the outcome of that command is unpredictable if the version\
\n of the script file (data) doesn't match the version of IAS \
\n \
\n"
HLP_AAAAVERSION_SHOW_EX, "\
\n %1!s! \
\n \
\n Displays the version of the aaaa engine. \
\n \
\n\n"
MSG_CMD_NOT_IMPLEMENTED, "\n%1!s! command not yet implemented.\n\n"
MSG_AAAA_SCRIPTHEADER, "\
\n \
\n# ----------------------------------------- \
\n# aaaa Configuration \
\n# ----------------------------------------- \
\n# This script will NOT work across different versions of IAS.\
\n# ----------------------------------------- \
\n"
MSG_AAAA_SCRIPTFOOTER, "\
\n# End of aaaa configuration. \
\n \
\n \
\n"
MSG_AAAACONFIG_SET_SUCCESS, "\
\naaaa server configuration successfully set. \
\n \
\n"
MSG_AAAACONFIG_SET_FAIL, "\
\nFailed attempting to set the aaaa configuration. \
\n \
\n"
MSG_AAAACONFIG_SHOW_SUCCESS, "\
\naaaa server configuration successfully dumped: \
\n \
\n"
MSG_AAAACONFIG_SHOW_FAIL, "\
\nFailed attempting to show the aaaa configuration. \
\n \
\n"
MSG_AAAAVERSION_SHOW_SUCCESS, "\
\naaaa server version successfully retrieved. \
\n \
\n"
MSG_AAAAVERSION_SHOW_FAIL, "\
\nFailed attempting to show the aaaa version. \
\n \
\n"
MSG_AAAACONFIG_SHOW_HEADER, "\
\n# aaaa configuration script. \
\n# Known Issues and limitations: \
\n# Import/Export between different versions is not be supported.\
\n"
MSG_AAAACONFIG_SHOW_FOOTER, "\
\n# End of aaaa show config\
\n"
MSG_AAAAVERSION_GET_FAIL, "\
\nFailed getting the version information. \
\n"
MSG_AAAACONFIG_SHOW_INVALID_SYNTAX, "\
\naaaa Show config Syntax Error. \
\n"
MSG_AAAACONFIG_SET_REGISTRY_FAIL, "\
\nThe registry couldn't be updated. \
\n"
MSG_AAAACONFIG_SET_REFRESH_FAIL "\
\n aaaa server configuration successfully set \
\n BUT the service was not refreshed successfully \
\n you might need to restart it to make sure that \
\n the new configuration is used.\n"
EMSG_AAAACONFIG_SHOW_FAIL "\
\n aaaa show version failed.\
\n Unexpected error.\n"
EMSG_TAG_ALREADY_PRESENT, "\
Two or more arguments in the command have the same tag.\n"
EMSG_CANT_FIND_EOPT, "\
One or more essential parameters not specified\n"
EMSG_BAD_OPTION_VALUE, "\
%1!s! is not an acceptable value for %2!s!.\n"
EMSG_INCOMPLETE_COMMAND, "\
The command is incomplete. The possible completions are:\n\n"
EMSG_UNABLE_TO_CREATE_FILE, "\
Unable to create file %1!s!. Error %2!d!\n"
EMSG_OPEN_DB_FAILED,"\
OpenJetDatabase failed\n"
EMSG_AAAACONFIG_UPGRADE_FAIL, "\
\n The configuration cannot be set from this script.\
\n \n"
}
#include <windows.h>
#include <ntverp.h>
#define VER_FILETYPE VFT_DLL
#define VER_FILESUBTYPE VFT2_UNKNOWN
#define VER_FILEDESCRIPTION_STR "Aaaa Monitor DLL"
#define VER_INTERNALNAME_STR "aaaamon.dll"
#define VER_ORIGINALFILENAME_STR "aaaamon.dll"
#include "common.ver" // NT5.0 version file.