//+---------------------------------------------------------------------------
//
//  Microsoft Windows
//  Copyright (C) Microsoft Corporation, 1993 - 1998.
//
//  File:       cidata.cxx
//
//  Contents:   the initialized Object and Counter definition for Content Index
//              performance DLL
//
//  History:    23-March-94     t-joshh     Created
//
//----------------------------------------------------------------------------

#include <pch.cxx>
#pragma hdrstop

#include <perfci.hxx>

//
// For Content Index
//

CI_DATA_DEFINITION CIDataDefinition;

//
// For Content Filter
//

FILTER_DATA_DEFINITION FILTERDataDefinition;


