windows-nt/Source/XPSP1/NT/inetsrv/query/qperf/cidata.cxx
2020-09-26 16:20:57 +08:00

33 lines
642 B
C++

//+---------------------------------------------------------------------------
//
// 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;