/*
 -	L S S Y M . C
 -
 *	Purpose:  LoadSim Performance Symbol File
 *
 *  Offset definition file for exensible counter objects and counters
 *
 *  These "relative" offsets must start at 0 and be multiples of 2 (i.e.
 *  even numbers). In the Open Procedure, they will be added to the 
 *  "First Counter" and "First Help" values for the device they belong to, 
 *  in order to determine the  absolute location of the counter and 
 *  object names and corresponding help text in the registry.
 *
 *  This file is used by the extensible counter DLL code as well as the 
 *  counter name and help text definition file (.INI) file that is used
 *  by LODCTR to load the names into the registry.
 *
 *	Copyright (C) 1994-1995, Microsoft Corporation.
 *
 */

#define LOADSIM_OBJECT					0
#define LS_SEND_COUNTER					2
#define LS_SEND_AVE_COUNTER				4
#define LS_SEND_PER_SEC_COUNTER			6
#define LS_DELETE_AVE_COUNTER			8
#define LS_READ_AVE_COUNTER				10
#define LS_REPLY_AVE_COUNTER			12
#define LS_REPLY_ALL_AVE_COUNTER		14
#define LS_FORWARD_AVE_COUNTER			16
#define LS_MOVE_AVE_COUNTER				18
#define LS_COPY_AVE_COUNTER				20
#define LS_LOAD_IMSG_AVE_COUNTER		22
#define LS_RESOLVE_NAME_AVE_COUNTER		24
#define LS_LOAD_ATTACH_AVE_COUNTER		26
#define LS_SUBMIT_AVE_COUNTER			28
#define LS_CREATE_MESSAGE_AVE_COUNTER	30
#define LS_RESPONSE_SUMMARY_COUNTER		32

