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.

84 lines
2.6 KiB

  1. /***********************************************************************
  2. *
  3. * SHADOW.H
  4. * This module contains typedefs and defines required for
  5. * the SHADOW utility.
  6. *
  7. * Copyright Citrix Systems Inc. 1994
  8. *
  9. * Copyright (c) 1998 - 1999 Microsoft Corporation
  10. *
  11. * $Author: scottn $ Butch Davis
  12. *
  13. * $Log: T:\nt\private\utils\citrix\shadow\VCS\shadow.h $
  14. *
  15. * Rev 1.7 30 Oct 1997 21:02:52 scottn
  16. * A few MS changes
  17. *
  18. * Rev 1.6 10 Oct 1997 00:48:28 scottn
  19. * Make help like MS.
  20. *
  21. * Rev 1.5 Oct 07 1997 09:31:02 billm
  22. * change winstation to session
  23. *
  24. * Rev 1.4 07 Feb 1997 15:56:56 bradp
  25. * update
  26. *
  27. * Rev 1.3 11 Sep 1996 09:21:46 bradp
  28. * update
  29. *
  30. * Rev 1.2 22 Feb 1995 13:52:04 butchd
  31. * update
  32. *
  33. * Rev 1.1 16 Dec 1994 17:15:54 bradp
  34. * update
  35. *
  36. * Rev 1.0 29 Apr 1994 13:11:02 butchd
  37. * Initial revision.
  38. *
  39. *************************************************************************/
  40. /*
  41. * Token string definitions.
  42. */
  43. #define TOKEN_WS L""
  44. #define TOKEN_TIMEOUT L"/timeout"
  45. #define TOKEN_VERBOSE L"/v"
  46. #define TOKEN_HELP L"/?"
  47. #define TOKEN_SERVER L"/server"
  48. /*
  49. * General application definitions.
  50. */
  51. #define SUCCESS 0
  52. #define FAILURE 1
  53. #define MAX_NAME 256 // maximum length that the input parm can be
  54. /*
  55. * Resource string IDs
  56. */
  57. #define IDS_ERROR_MALLOC 100
  58. #define IDS_ERROR_INVALID_PARAMETERS 101
  59. #define IDS_ERROR_WINSTATION_NOT_FOUND 102
  60. #define IDS_ERROR_INVALID_LOGONID 103
  61. #define IDS_ERROR_LOGONID_NOT_FOUND 104
  62. #define IDS_ERROR_SHADOW_FAILURE 105
  63. #define IDS_ERROR_SERVER 106
  64. #define IDS_SHADOWING_WINSTATION 200
  65. #define IDS_SHADOWING_LOGONID 201
  66. #define IDS_SHADOWING_DONE 202
  67. #define IDS_ERROR_NOT_TS 203
  68. #define IDS_SHADOWING_WARNING 204
  69. #define IDS_USAGE_1 300
  70. #define IDS_USAGE_2 301
  71. #define IDS_USAGE_3 302
  72. #define IDS_USAGE_4 303
  73. #define IDS_USAGE_5 304
  74. #define IDS_USAGE_6 305
  75. #define IDS_USAGE_7 306
  76. #define IDS_USAGE_8 307
  77. #define IDS_USAGE_9 308