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.

73 lines
3.1 KiB

  1. /****************************************************************************/
  2. /* */
  3. /* TASKMAN.H - */
  4. /* */
  5. /* Include for TASKMAN program */
  6. /* */
  7. /****************************************************************************/
  8. #ifndef RC_INVOKED
  9. #include <nt.h>
  10. #include <ntrtl.h>
  11. #include <nturtl.h>
  12. #endif
  13. #include <windows.h>
  14. #include <winuserp.h>
  15. /*--------------------------------------------------------------------------*/
  16. /* */
  17. /* Function Templates */
  18. /* */
  19. /*--------------------------------------------------------------------------*/
  20. /*--------------------------------------------------------------------------*/
  21. /* */
  22. /* Defines */
  23. /* */
  24. /*--------------------------------------------------------------------------*/
  25. #define LBS_MYSTYLE (LBS_NOTIFY | LBS_OWNERDRAWFIXED | WS_VSCROLL)
  26. #define SHOVEIT(x) (MAKELONG((x),0))
  27. #define MAXTASKNAMELEN 80
  28. #define MAXMSGBOXLEN 513
  29. #define PWRTASKMANDLG 10
  30. #define WMPTASKMANDLG 11
  31. #define IDD_TEXT 99
  32. #define IDD_TASKLISTBOX 100
  33. #define IDD_TERMINATE 101
  34. #define IDD_CASCADE 102
  35. #define IDD_TILE 103
  36. #define IDD_ARRANGEICONS 104
  37. #define IDD_RUN 105
  38. #define IDD_PATH 106
  39. #define IDD_CLTEXT 107
  40. #define IDD_SWITCH 108
  41. #define IDS_MSGBOXSTR1 201
  42. #define IDS_MSGBOXSTR2 202
  43. #define IDS_EXECERRTITLE 203
  44. #define IDS_NOMEMORYMSG 204
  45. #define IDS_FILENOTFOUNDMSG 205
  46. #define IDS_BADPATHMSG 206
  47. #define IDS_MANYOPENFILESMSG 207
  48. #define IDS_ACCESSDENIED 208
  49. #define IDS_NEWWINDOWSMSG 209
  50. #define IDS_OS2APPMSG 210
  51. #define IDS_MULTIPLEDSMSG 211
  52. #define IDS_PMODEONLYMSG 212
  53. #define IDS_COMPRESSEDEXE 213
  54. #define IDS_INVALIDDLL 214
  55. #define IDS_SHAREERROR 215
  56. #define IDS_ASSOCINCOMPLETE 216
  57. #define IDS_DDEFAIL 217
  58. #define IDS_NOASSOCMSG 218
  59. #define IDS_OOMEXITTITLE 219
  60. #define IDS_OOMEXITMSG 220
  61. #define IDS_UNKNOWNMSG 221
  62.