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.

34 lines
1.3 KiB

  1. // Copyright (c) 1998-1999 Microsoft Corporation
  2. /***********************************************************************
  3. *
  4. * ACINIUPD.H
  5. * This module contains typedefs and defines required for
  6. * the ACINIUPD utility.
  7. *
  8. *
  9. *************************************************************************/
  10. /*
  11. * General application definitions.
  12. */
  13. #define SUCCESS 0
  14. #define FAILURE 1
  15. #define MAX_IDS_LEN 256 // maximum length that the input parm can be
  16. /*
  17. * Resource string IDs
  18. */
  19. #define IDS_ERROR_MALLOC 100
  20. #define IDS_ERROR_INVALID_PARAMETERS 101
  21. #define IDS_ERROR_GET_VALUE 102
  22. #define IDS_ERROR_UPDATE_VALUE 103
  23. #define IDS_ERROR_DEL_KEY 104
  24. #define IDS_ERROR_UPDATE_KEY 105
  25. #define IDS_ERROR_CHANGE_MODE 106
  26. #define IDS_HELP_USAGE1 110
  27. #define IDS_HELP_USAGE2 111
  28. #define IDS_HELP_USAGE3 112
  29. #define IDS_HELP_USAGE4 113
  30. #define IDS_HELP_USAGE5 114
  31. #define IDS_HELP_USAGE6 115