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.

33 lines
793 B

  1. // Copyright (c) 1998-1999 Microsoft Corporation
  2. /******************************************************************************
  3. *
  4. * CHANGE.H
  5. *
  6. * This module contains typedefs and defines required for the CHANGE utility
  7. * menu.
  8. *
  9. ******************************************************************************/
  10. /*
  11. * Usage string definitions.
  12. */
  13. #define UTILITY_NAME L"CHANGE"
  14. /*
  15. * General application definitions.
  16. */
  17. #define SUCCESS 0
  18. #define FAILURE 1
  19. #define MAX_IDS_LEN 256 // maximum length that the input parm can be
  20. /*
  21. * Resource string IDs
  22. */
  23. #define IDS_ERROR_MALLOC 100
  24. #define IDS_ERROR_INVALID_PARAMETERS 101
  25. #define IDS_ERROR_REGISTRY_FAILURE 102
  26. #define IDS_ERROR_NOT_TS 103