mirror of https://github.com/tongzx/nt5src
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
32 lines
642 B
//+---------------------------------------------------------------------------
|
|
//
|
|
// 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;
|
|
|
|
|