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

  1. #define RC_NOTIMPL 1
  2. #define RC_USAGE1 2
  3. #define RC_USAGE2 3
  4. #define RC_ABORT 4
  5. #define RC_ATSIGN 5
  6. #define RC_CONVERTSAGE 6
  7. #define RC_TRIGPROPS 7
  8. #define RC_CREATETRIGGER1 8
  9. #define RC_CREATETRIGGER2 9
  10. #define RC_DELETETRIGGER 10
  11. #define RC_EDITJOB 11
  12. #define RC_ISJOBORQUEUE 12
  13. #define RC_LOAD 13
  14. #define RC_PRINT 14
  15. #define RC_PRINTRUNTIME 15
  16. #define RC_PRINTSTRING 16
  17. #define RC_PRINTTRIGGER 17
  18. #define RC_RUN 18
  19. #define RC_SAVE 19
  20. #define RC_ACTIVATE 20
  21. #define RC_ADD 21
  22. #define RC_DELETE 22
  23. #define RC_ENUM 23
  24. #define RC_NEW 24
  25. #define RC_SETJOB 25
  26. #define RC_SETTRIGGER1 26
  27. #define RC_SETTRIGGER2 27
  28. #define RC_ENUMCLONE 28
  29. #define RC_ENUMNEXT 29
  30. #define RC_ENUMRESET 30
  31. #define RC_ENUMSKIP 31
  32. #define RC_CREATEENUM 32
  33. #define RC_GETMACHINE 33
  34. #define RC_SETMACHINE 34
  35. #define RC_SETCREDENTIALS 35
  36. #define RC_GETCREDENTIALS 36