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.

26 lines
785 B

  1. # USETRACEGUID(*, dfsm, 08fbc600-67ac-4ae4-9f22-c51a4f82f6c9);
  2. INCLUDE(..\..\..\mup\wml\inc\default.wpp);
  3. SEPARATE_TRACE_GUID_PERFILE(0);
  4. # Define functions used for logging
  5. # TraceLog(,,ID,GRP,MSG,ARG)
  6. # ID - indicates where we should look for ID (required)
  7. # GRP - indicates what group this message belongs to (optional. Default 1)
  8. # MSG - what message needs to be used (optional. Default="ID(args)")
  9. # ARG - list of arguments (optional. Default = "no args")
  10. DFSM_TRACE_HIGH(,ID,ARG);
  11. DFSM_TRACE_NORM(,ID,ARG);
  12. DFSM_TRACE_LOW(,ID,ARG);
  13. DFSM_TRACE_ERROR_HIGH(,,ID,ARG);
  14. DFSM_TRACE_ERROR(,,ID,ARG);
  15. DFSM_TRACE_ERROR_LOW(,,ID,ARG);
  16. USEPREFIX(*, "[%9!x!].%3!03x!::%4 [DFSM] ", Dummy );
  17. ARRAY_PREFIX(DFSM_);
  18. OUTPUT_H(dfsmwpp.h);
  19. OUTPUT_MOF(newdfsmwpp.mof);