/*++

   Copyright (c) 1998-2000 Microsoft Corporation.  All rights reserved.

--*/

#ifndef _SOCKSPRF_H_
#define _SOCKSPRF_H_

#define SOCKSFLT_COUNTER_OBJ            0
#define COUNTER_ActiveSessions          2
#define COUNTER_ActiveConnections       4
#define COUNTER_ConnectingConnections   6
#define COUNTER_ListeningConnections    8
#define COUNTER_BytesReadPerSec         10
#define COUNTER_BytesWritePerSec        12
#define COUNTER_PendingGetHostByName    14
#define COUNTER_GetHostByNamePerSec     16


#endif //_SOCKSPRF_H_