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.

6 lines
313 B

  1. FUNC DFS_TRACE_HIGH{LEVEL=1}(FLAGS ,MSG,...);
  2. FUNC DFS_TRACE_NORM{LEVEL=2}(FLAGS ,MSG,...);
  3. FUNC DFS_TRACE_LOW{LEVEL=3}(FLAGS ,MSG,...);
  4. FUNC DFS_TRACE_ERROR_HIGH{LEVEL=1}(ERROR,FLAGS,MSG,...);
  5. FUNC DFS_TRACE_ERROR_NORM{LEVEL=2}(ERROR,FLAGS,MSG,...);
  6. FUNC DFS_TRACE_ERROR_LOW{LEVEL=3}(ERROR,FLAGS,MSG,...);