home *** CD-ROM | disk | FTP | other *** search
- /*===================================================================
- Microsoft Denali
-
- Microsoft Confidential.
- Copyright 1996 Microsoft Corporation. All Rights Reserved.
-
- Component: Main
-
- File: axctrnm.h
-
- Owner: LeiJin
-
-
- Abstract:
-
- Offset definition file for 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 Explain text in the registry.
-
- This file is used by the extensible counter DLL code as well as the
- counter name and Explain text definition (.INI) file that is used
- by LODCTR to load the names into the registry.
- ===================================================================*/
-
-
- #define AXSOBJ 0
- #define REQSUCCEEDED 2
- #define THREADCURRENT 4
- #define MEMORYCURRENT 6
- #define REQCURRENT 8
- #define REQFAILED 10
- #define REQTOTAL 12
- #define REQWAITTIME 14
- #define REQPERSEC 16
- #define REQEXECTIME 18
- #define REQERRORPERSEC 20
- #define REQTOTALBYTEIN 22
- #define REQTOTALBYTEOUT 24
- #define SESSIONCURRENT 26
- #define SCRIPTFREEENG 28
- #define REQTIMEOUT 30
- #define REQCOMFAILED 32
- #define MEMORYUSEDLIST 34
- #define MEMORYFREELIST 36
- #define REQREJECTED 38
- #define REQBROWSEREXEC 40
- #define REQKILLSESEXEC 42
- #define SESSIONTIMEOUT 44
- #define REQKILLSESQUED 46
- #define TOTALQUEUELEN 48
-