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.

40 lines
1.3 KiB

  1. /***********************************************************************
  2. *
  3. * FLATTEMP.H
  4. *
  5. * This module contains typedefs and defines required for
  6. * the FLATTEMP utility.
  7. *
  8. * Copyright Citrix Systems Inc. 1996
  9. * Copyright (c) 1998-1999 Microsoft Corporation
  10. *
  11. *
  12. *************************************************************************/
  13. /*
  14. * General application definitions.
  15. */
  16. #define SUCCESS 0
  17. #define FAILURE 1
  18. #define MAX_IDS_LEN 256 // maximum length that the input parm can be
  19. /*
  20. * Resource string IDs
  21. */
  22. #define IDS_ERROR_MALLOC 100
  23. #define IDS_ERROR_INVALID_PARAMETERS 101
  24. #define IDS_HELP_USAGE1 102
  25. #define IDS_HELP_USAGE2 103
  26. #define IDS_HELP_USAGE3 104
  27. #define IDS_HELP_USAGE4 105
  28. #define IDS_HELP_USAGE5 106
  29. #define IDS_FLATTEMP_DISABLED 107
  30. #define IDS_FLATTEMP_ENABLED 108
  31. #define IDS_ACCESS_DENIED 109
  32. #define IDS_ACCESS_DENIED_ADMIN 110
  33. #define IDS_ERROR_NOT_TS 111
  34. #define IDS_ACCESS_DENIED_DUE_TO_GROUP_POLICY 112