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.3 KiB

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