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.

37 lines
1.4 KiB

  1. //Copyright (c) 1998 - 1999 Microsoft Corporation
  2. /***********************************************************************
  3. *
  4. * MIGRATE.H
  5. * This module contains typedefs and defines required for
  6. * the MIGRATE utility.
  7. *
  8. *************************************************************************/
  9. /*
  10. * General application definitions.
  11. */
  12. #define SUCCESS 0
  13. #define FAILURE 1
  14. /*
  15. * Resource string IDs
  16. */
  17. #define IDS_ERROR_MALLOC 100
  18. #define IDS_ERROR_INVALID_PARAMETERS 101
  19. #define IDS_ERROR_INI 102
  20. #define IDS_ERROR_GRP 103
  21. #define IDS_ERROR_REG 104
  22. #define IDS_USAGE1 105
  23. #define IDS_USAGE2 106
  24. #define IDS_USAGE3 107
  25. #define IDS_USAGE4 108
  26. #define IDS_USAGE5 109
  27. #define IDS_USAGE6 110
  28. #define IDS_USAGE7 111
  29. #define IDS_USAGE8 112
  30. #define IDS_MESSAGE_INI 120
  31. #define IDS_MESSAGE_GRP 121
  32. #define IDS_MESSAGE_REG 122
  33. #define IDS_MESSAGE_PROCESS 123