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.

44 lines
1.7 KiB

  1. //Copyright (c) 1998 - 1999 Microsoft Corporation
  2. /***********************************************************************
  3. *
  4. * TSKILL.H
  5. * This module contains typedefs and defines required for
  6. * the TSKILL 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. #define MAXNAME 18
  17. /*
  18. * Resource string IDs
  19. */
  20. #define IDS_ERROR_MALLOC 100
  21. #define IDS_ERROR_INVALID_PARAMETERS 101
  22. #define IDS_ERROR_BAD_PID_NUMBER 102
  23. #define IDS_ERROR_KILL_PROCESS_FAILED 103
  24. #define IDS_ERROR_SERVER 104
  25. #define IDS_ERROR_BAD_PROCESS 201
  26. #define IDS_KILL_PROCESS 200
  27. #define IDS_ERROR_ID_ABSENT 202
  28. #define IDS_ERROR_ENUM_PROCESS 203
  29. #define IDS_USAGE1 204
  30. #define IDS_USAGE2 205
  31. #define IDS_USAGE3 206
  32. #define IDS_USAGE4 207
  33. #define IDS_USAGE5 208
  34. #define IDS_USAGE6 209
  35. #define IDS_USAGE7 210
  36. #define IDS_USAGE8 211
  37. #define IDS_USAGE9 212
  38. #define IDS_USAGEA 213
  39. #define IDS_ERROR_NOT_TS 214