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.

56 lines
1.8 KiB

  1. ///////////////////////////////////////////////////////////////////////////////
  2. // !!!!!!!! Do not use 0x10000000, 0x20000000, 0x40000000, 0x80000000 !!!!!!!!!
  3. // see rbdebug.h
  4. ///////////////////////////////////////////////////////////////////////////////
  5. // Generic Service stuff
  6. #define TF_SERVICE 0x00000001
  7. // Generic Service stuff, but with more granularity
  8. #define TF_SERVICEDETAILED 0x00000002
  9. #define TF_SERVICEASPROCESS 0x00000004
  10. // Shell HW Detection stuff, related to service
  11. #define TF_SHHWDTCTSVC 0x00000010
  12. // Shell HW Detection stuff, related to detection
  13. #define TF_SHHWDTCTDTCT 0x00000020
  14. #define TF_SHHWDTCTDTCTDETAILED 0x00000040
  15. #define TF_SHHWDTCTDTCTREG 0x00000080
  16. // COM Server stuff
  17. #define TF_COMSERVER 0x00001000
  18. #define TF_COMSERVERSTGINFO 0x00002000
  19. #define TF_COMSERVERDEVINFO 0x00004000
  20. #define TF_NAMEDELEMLISTMODIF 0x00100000
  21. #define TF_RCADDREF 0x00200000
  22. #define TF_USERS 0x00400000
  23. #define TF_LEAK 0x00800000
  24. #define TF_SVCSYNC 0x01000000
  25. #define TF_WIA 0x02000000
  26. #define TF_ADVISE 0x04000000
  27. #define TF_VOLUME 0x08000000
  28. #define TF_SESSION 0x08000000
  29. ///////////////////////////////////////////////////////////////////////////////
  30. // !!!!!!!! Do not use 0x10000000, 0x20000000, 0x40000000, 0x80000000 !!!!!!!!!
  31. // see rbdebug.h
  32. ///////////////////////////////////////////////////////////////////////////////
  33. /*
  34. Diagnostic ranges:
  35. 0000 - 0050: Hardware Events
  36. 0051 - 0100: Content
  37. 0101 - 0150: Handler identification and execution
  38. 0151 - 0200: Autoplay Settings
  39. 0201 - 0250: User Settings
  40. 0251 - 0300: Custom Properties
  41. 0301 - 0350: Volume stuff
  42. */