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.

46 lines
2.2 KiB

  1. /****************************************************************************/
  2. /* NTRCCTL.H */
  3. /* */
  4. /* Trace include function control file */
  5. /* */
  6. /* Copyright(c) Microsoft 1996 */
  7. /* */
  8. /****************************************************************************/
  9. /* Changes: */
  10. /* */
  11. /* 26Sep96 PAB Created Millennium code base */
  12. /* 22Oct96 PAB SFR0534 Mark ups from display driver review */
  13. /* 17Dec96 PAB SFR0646 Use DLL_DISP to identify display driver code */
  14. /* */
  15. /****************************************************************************/
  16. /****************************************************************************/
  17. /* Functions to be included in both user and kernel space */
  18. /****************************************************************************/
  19. #define INC_TRC_GetBuffer
  20. #define INC_TRC_TraceBuffer
  21. #define INC_TRC_GetConfig
  22. #define INC_TRC_SetConfig
  23. #define INC_TRC_TraceData
  24. #define INC_TRC_GetTraceLevel
  25. #define INC_TRC_ProfileTraceEnabled
  26. #define INC_TRCCheckState
  27. #define INC_TRCDumpLine
  28. #define INC_TRCShouldTraceThis
  29. #define INC_TRCSplitPrefixes
  30. /****************************************************************************/
  31. /* User space only functions. */
  32. /****************************************************************************/
  33. #ifndef DLL_DISP
  34. #define INC_TRC_ResetTraceFiles
  35. #define INC_TRCOutput
  36. #define INC_TRCReadFlag
  37. #define INC_TRCSetDefaults
  38. #define INC_TRCReadSharedDataConfig
  39. #define INC_TRCWriteFlag
  40. #define INC_TRCWriteSharedDataConfig
  41. #endif