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.

32 lines
642 B

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1993 - 1998.
  5. //
  6. // File: cidata.cxx
  7. //
  8. // Contents: the initialized Object and Counter definition for Content Index
  9. // performance DLL
  10. //
  11. // History: 23-March-94 t-joshh Created
  12. //
  13. //----------------------------------------------------------------------------
  14. #include <pch.cxx>
  15. #pragma hdrstop
  16. #include <perfci.hxx>
  17. //
  18. // For Content Index
  19. //
  20. CI_DATA_DEFINITION CIDataDefinition;
  21. //
  22. // For Content Filter
  23. //
  24. FILTER_DATA_DEFINITION FILTERDataDefinition;