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.

53 lines
1.1 KiB

  1. /*++
  2. Copyright (c) 1996-1998 Microsoft Corporation
  3. Module Name:
  4. dfswmi.h
  5. Abstract:
  6. DFS specific wmi tracing declarations
  7. Authors:
  8. Rohanp 28-Feb-2001
  9. Environment:
  10. User/Kernel
  11. Notes:
  12. Revision History:
  13. --*/
  14. //
  15. // this will let us use null strings in the wmi macros.
  16. //
  17. #define WPP_CHECK_FOR_NULL_STRING 1
  18. #define WPP_CONTROL_GUIDS \
  19. WPP_DEFINE_CONTROL_GUID(DfsFilter,(27246e9d,b4df,4f20,b969,736fa49ff6ff), \
  20. WPP_DEFINE_BIT(KUMR_EVENT) \
  21. WPP_DEFINE_BIT(KUMR_ERROR) \
  22. WPP_DEFINE_BIT(KUMR_DETAIL) \
  23. \
  24. WPP_DEFINE_BIT(PREFIX) \
  25. WPP_DEFINE_BIT(USER_AGENT)\
  26. \
  27. WPP_DEFINE_BIT(REFERRAL_SERVER)\
  28. \
  29. WPP_DEFINE_BIT(API)\
  30. WPP_DEFINE_BIT(REFERRAL)\
  31. WPP_DEFINE_BIT(STATISTICS) \
  32. \
  33. WPP_DEFINE_BIT(ADBLOB) \
  34. WPP_DEFINE_BIT(STANDALONE) \
  35. WPP_DEFINE_BIT(ALL_ERRORS) \
  36. WPP_DEFINE_BIT(SITE) \
  37. )