windows-nt/Source/XPSP1/NT/inetsrv/query/qperf/cidata.cxx

33 lines
642 B
C++
Raw Normal View History

2020-09-26 03:20:57 -05:00
//+---------------------------------------------------------------------------
//
// 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;