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.

83 lines
3.2 KiB

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