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.

41 lines
1.0 KiB

  1. #ifndef RC_INVOKED
  2. #include <nt.h>
  3. #include <ntrtl.h>
  4. #include <nturtl.h>
  5. #endif
  6. #include <windows.h>
  7. #ifndef RC_INVOKED
  8. #include <port1632.h>
  9. #endif
  10. #include "dlg.h"
  11. typedef PVOID *PPVOID;
  12. // Resource ids
  13. #define IDM_MAINMENU 3000
  14. #define IDM_ABOUT 3001
  15. #define IDM_TARGETADD 3002
  16. #define IDM_TARGETDELETE 3003
  17. #define IDI_APPICON 3005
  18. #define IDM_GROUPADD 3006
  19. #define IDM_GROUPDELETE 3007
  20. #define IDM_GROUPSELECT 3008
  21. #define IDR_ACCEL 3009
  22. #define IDM_GROUPRSTWIN 3010
  23. #define IDM_GROUPMINWIN 3011
  24. #define IDM_REFRESHITEMS 3012
  25. // Define the maximum number of selected windows
  26. #define MAX_WINDOWS 255
  27. // Define the maximum length of a resource string
  28. #define MAX_STRING_LENGTH 255
  29. #define MAX_STRING_BYTES (MAX_STRING_LENGTH + 1)
  30. #ifndef RC_INVOKED
  31. #include "util.h"
  32. #endif
  33.