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.

25 lines
721 B

  1. ;//+-------------------------------------------------------------------------
  2. ;//
  3. ;// Microsoft Windows
  4. ;//
  5. ;// Copyright (C) Microsoft Corporation, 1998 - 1999
  6. ;//
  7. ;// File: trc.def
  8. ;//
  9. ;//--------------------------------------------------------------------------
  10. LIBRARY TSCTRC
  11. EXPORTS
  12. TRC_GetBuffer @100
  13. TRC_GetConfig @101
  14. TRC_GetTraceLevel @102
  15. TRC_Initialize @103
  16. TRC_ProfileTraceEnabled @104
  17. TRC_ResetTraceFiles @105
  18. TRC_SetConfig @106
  19. TRC_SystemError @107
  20. TRC_Terminate @108
  21. TRC_TraceBuffer @109
  22. TRC_TraceData @110
  23. TRC_ConvertAndSprintf @111