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.
27 lines
811 B
27 lines
811 B
//------------------------------------------------------------------------------
|
|
// <copyright file="_NetworkingPerfCounters.h" company="Microsoft">
|
|
// Copyright (c) Microsoft Corporation. All rights reserved.
|
|
// </copyright>
|
|
//------------------------------------------------------------------------------
|
|
|
|
|
|
/**************************************************************************\
|
|
*
|
|
* Copyright (c) 1998-2002, Microsoft Corp. All Rights Reserved.
|
|
*
|
|
* Module Name:
|
|
*
|
|
* _NetworkingPerfCounters.h
|
|
*
|
|
* Abstract:
|
|
*
|
|
* Revision History:
|
|
*
|
|
\**************************************************************************/
|
|
#define OBJECT_1 0;
|
|
#define DEVICE_COUNTER_1 2;
|
|
#define DEVICE_COUNTER_2 4;
|
|
#define DEVICE_COUNTER_3 6;
|
|
#define DEVICE_COUNTER_4 8;
|
|
#define DEVICE_COUNTER_5 10;
|
|
|