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.

48 lines
1.3 KiB

  1. //Copyright (c) 1998 - 1999 Microsoft Corporation
  2. /***********************************************************************
  3. *
  4. * ndspsvr.h
  5. *
  6. * This module contains typedefs and defines required for
  7. * the NDSPSVR utility.
  8. *
  9. * Copyright Citrix Systems Inc. 1996-1997
  10. *
  11. * Author: Kurt Perry (kurtp) 05.Mar.1996
  12. *
  13. * $Log: $
  14. *
  15. * Rev 1.0 19 Jun 1996 11:00:26 KenB
  16. * Initial revision.
  17. *
  18. *************************************************************************/
  19. /*
  20. * General application definitions.
  21. */
  22. #define SUCCESS 0
  23. #define FAILURE 1
  24. #define MAX_IDS_LEN 256 // maximum length that the input parm can be
  25. /*
  26. * Resource string IDs
  27. */
  28. #define IDS_ERROR_MALLOC 100
  29. #define IDS_ERROR_INVALID_PARAMETERS 101
  30. #define IDS_HELP_USAGE1 102
  31. #define IDS_HELP_USAGE2 103
  32. #define IDS_HELP_USAGE3 104
  33. #define IDS_HELP_USAGE4 105
  34. #define IDS_HELP_USAGE5 106
  35. #define IDS_NDSPSVR_DISABLED 107
  36. #define IDS_NDSPSVR_ENABLED 108
  37. #define IDS_ACCESS_DENIED 109
  38. /*
  39. * Registry defines
  40. */