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.

76 lines
2.6 KiB

  1. //////////////////////////////////////////////////////////////////////////////
  2. //
  3. // Copyright (c) 1999-2000 Microsoft Corporation
  4. //
  5. // Module Name:
  6. //
  7. // strdef.h
  8. //
  9. // Abstract:
  10. //
  11. // NOTE - DONT USE 15000-15999
  12. //
  13. // Revision History:
  14. //
  15. // Thierry Perraut 04/02/1999
  16. //
  17. //////////////////////////////////////////////////////////////////////////////
  18. #ifndef __STRDEFS_H__
  19. #define __STRDEFS_H__
  20. #if _MSC_VER > 1000
  21. #pragma once
  22. #endif
  23. #define MSG_NULL 1001
  24. #define MSG_CMD_NOT_IMPLEMENTED 1004
  25. #define HLP_AAAA_HELP1 2300
  26. #define HLP_AAAA_HELP1_EX 2301
  27. #define HLP_AAAA_HELP2 HLP_AAAA_HELP1
  28. #define HLP_AAAA_HELP2_EX HLP_AAAA_HELP1_EX
  29. #define HLP_AAAA_DUMP 3201
  30. #define HLP_AAAA_DUMP_EX 3202
  31. #define HLP_AAAAVERSION_SHOW 2342
  32. #define HLP_AAAAVERSION_SHOW_EX 2343
  33. #define HLP_AAAACONFIG_SET 2344
  34. #define HLP_AAAACONFIG_SET_EX 2345
  35. #define HLP_AAAACONFIG_SHOW 2346
  36. #define HLP_AAAACONFIG_SHOW_EX 2347
  37. #define HLP_GROUP_SET 3292
  38. #define HLP_GROUP_SHOW 3293
  39. #define HLP_SHOW_SERVERS 3301
  40. #define HLP_SHOW_SERVERS_EX 3302
  41. #define MSG_AAAA_SCRIPTHEADER 4501
  42. #define MSG_AAAA_SCRIPTFOOTER 4502
  43. #define MSG_AAAA_SHOW_SERVERS_HEADER 4503
  44. #define MSG_AAAACONFIG_SET_SUCCESS 5402
  45. #define MSG_AAAACONFIG_SET_FAIL 5403
  46. #define MSG_AAAACONFIG_SHOW_SUCCESS 5404
  47. #define MSG_AAAACONFIG_SHOW_FAIL 5405
  48. #define MSG_AAAACONFIG_SHOW_HEADER 5406
  49. #define MSG_AAAACONFIG_SHOW_FOOTER 5407
  50. #define MSG_AAAAVERSION_SHOW_SUCCESS 5408
  51. #define MSG_AAAAVERSION_SHOW_FAIL 5409
  52. #define MSG_AAAAVERSION_GET_FAIL 5410
  53. #define MSG_AAAACONFIG_SHOW_INVALID_SYNTAX 5411
  54. #define MSG_AAAACONFIG_SET_REGISTRY_FAIL 5412
  55. #define MSG_AAAACONFIG_SET_REFRESH_FAIL 5413
  56. #define EMSG_TAG_ALREADY_PRESENT 10001
  57. #define EMSG_CANT_FIND_EOPT 10002
  58. #define EMSG_BAD_OPTION_VALUE 10003
  59. #define EMSG_UNABLE_TO_CREATE_FILE 10005
  60. #define EMSG_OPEN_DB_FAILED 10006
  61. #define EMSG_AAAACONFIG_SHOW_FAIL 10007
  62. #define EMSG_AAAACONFIG_UPGRADE_FAIL 10008
  63. #define EMSG_INCOMPLETE_COMMAND 11002
  64. #endif //__STDEFS_H__