Leaked source code of windows server 2003
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.

143 lines
3.2 KiB

  1. ;; --------------------------------------------------------------------
  2. ;; --------------------------------------------------------------------
  3. [WEBCHECK]
  4. ; DumpFlags:
  5. DumpFlags=0x00000000
  6. ; TraceFlags:
  7. ; 00000001 Warnings
  8. ; 00000002 Errors
  9. ; 00000004 General
  10. ; 00000008 Function trace
  11. ; 00001000 Core stuff TF_WEBCHECKCORE
  12. ; 00002000 Scheduler TF_SCHEDULER
  13. ; 00004000 Offline TF_OFFLINE
  14. ; 00008000 Favorites TF_FAVORITES
  15. ; 00010000 String list TF_STRINGLIST
  16. ; 00020000 URL download TF_URLDOWNLOAD
  17. ; 00040000 Other download TF_DOWNLD
  18. ; 00080000 Dial monitor TF_DIALMON
  19. TraceFlags=0x0000000F
  20. ; BreakFlags:
  21. ; 00000001 Break on validate
  22. ; 00000002 Break on API enter
  23. ; 00000004 Break on error messages (TF_ERROR)
  24. ; 00000008 Break on warning messages (TF_WARNING)
  25. BreakFlags=0x00000001
  26. ; Function traces:
  27. FuncTraceFlags=0x00000000
  28. ; Prototype flags:
  29. ; 00000001
  30. Prototype=0x00000000
  31. ;; --------------------------------------------------------------------
  32. ;; --------------------------------------------------------------------
  33. [SENDMAIL]
  34. ; DumpFlags:
  35. DumpFlags=0x00000000
  36. ; TraceFlags:
  37. ; 00000001 Warnings
  38. ; 00000002 Errors
  39. ; 00000004 General
  40. ; 00000008 Function trace
  41. TraceFlags=0x0000000F
  42. ; BreakFlags:
  43. ; 00000001 Break on validate
  44. ; 00000010 Break on DLL load
  45. BreakFlags=0x00000001
  46. ; Function traces:
  47. FuncTraceFlags=0x00000000
  48. ; Prototype flags:
  49. ; 00000001
  50. Prototype=0x00000000
  51. ;; --------------------------------------------------------------------
  52. ;; --------------------------------------------------------------------
  53. [INETCPL]
  54. ; DumpFlags:
  55. DumpFlags=0x00000000
  56. ; TraceFlags:
  57. ; 00000001 Warnings
  58. ; 00000002 Errors
  59. ; 00000004 General
  60. ; 00000008 Function trace
  61. TraceFlags=0x0000000F
  62. ; BreakFlags:
  63. ; 00000001 Break on validate
  64. ; 00000010 Break on DLL load
  65. BreakFlags=0x00000001
  66. ; Function traces:
  67. FuncTraceFlags=0x00000000
  68. ; Prototype flags:
  69. ; 00000001
  70. Prototype=0x00000000
  71. ;; --------------------------------------------------------------------
  72. ;; --------------------------------------------------------------------
  73. [CDFVIEW]
  74. ; DumpFlags:
  75. DumpFlags=0x00000000
  76. ; TraceFlags:
  77. ; 00000001 Warnings
  78. ; 00000002 Errors
  79. ; 00000004 General
  80. ; 00000008 Function trace
  81. ; 00000010 Cdf file downloading & parsing TF_CDFPARSE
  82. ; 00000020 Icon processing TF_CDFICON
  83. ; 00000040 Logo processing TF_CDFLOGO
  84. ; 00000080 Enumerations TF_CDFENUM
  85. ; 00000100 Object creation and deletion TF_OBJECTS
  86. TraceFlags=0x00000003
  87. ; BreakFlags:
  88. ; 00000001 Break on validate
  89. BreakFlags=0x00000000
  90. ; Function traces:
  91. FuncTraceFlags=0x00000000
  92. ; Prototype flags:
  93. ; 00000001
  94. Prototype=0x00000000