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.

36 lines
467 B

  1. /*++
  2. Copyright (c) 1997-1999 Microsoft Corporation
  3. Module Name:
  4. WmiData.c
  5. Abstract:
  6. Define storage for Guids and common global structures
  7. Author:
  8. JeePang
  9. Environment:
  10. Kernel mode
  11. Revision History:
  12. --*/
  13. #undef DECLSPEC_SELECTANY
  14. #define DECLSPEC_SELECTANY
  15. #include <initguid.h>
  16. #include <ntos.h>
  17. #ifdef ALLOC_DATA_PRAGMA
  18. #pragma const_seg("PAGECONST")
  19. #endif
  20. #include <wmistr.h>
  21. #include <wmiguid.h>
  22. #define _WMIKM_
  23. #include <evntrace.h>