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.

52 lines
1.5 KiB

  1. /***********************************************************************
  2. *
  3. * CHGUSR.H
  4. * This module contains typedefs and defines required for
  5. * the CHGUSR utility.
  6. *
  7. * Copyright Citrix Systems Inc. 1995
  8. * Copyright (c) 1998-1999 Microsoft Corporation
  9. *
  10. *************************************************************************/
  11. /*
  12. * General application definitions.
  13. */
  14. #define SUCCESS 0
  15. #define FAILURE 1
  16. #define MAX_IDS_LEN 256 // maximum length that the input parm can be
  17. /*
  18. * Function prototypes
  19. */
  20. LPWSTR
  21. GetErrorString(
  22. DWORD Error
  23. );
  24. /*
  25. * Resource string IDs
  26. */
  27. #define IDS_ERROR_MALLOC 100
  28. #define IDS_ERROR_INVALID_PARAMETERS 101
  29. #define IDS_HELP_USAGE1 102
  30. #define IDS_HELP_USAGE2 103
  31. #define IDS_HELP_USAGE3 104
  32. #define IDS_HELP_USAGE4 105
  33. #define IDS_HELP_USAGE5 106
  34. #define IDS_EXECUTE 107
  35. #define IDS_INSTALL 108
  36. #define IDS_ERROR_ADMIN_ONLY 109
  37. #define IDS_READY_INSTALL 110
  38. #define IDS_READY_EXECUTE 111
  39. #define IDS_ERROR_INI_MAPPING_FAILED 112
  40. #define IDS_ERROR_NOT_TS 113
  41. #define IDS_ERROR_REMOTE_ADMIN 114