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 DEBUGDOCREQ 2
- #define REQERRRUNTIME 4
- #define REQERRPREPROC 6
- #define REQERRCOMPILE 8
- #define REQERRORPERSEC 10
- #define MEMORYCURRENT 12
- #define REQTOTALBYTEIN 14
- #define REQTOTALBYTEOUT 16
- #define REQEXECTIME 18
- #define REQWAITTIME 20
- #define REQCOMFAILED 22
- #define REQBROWSEREXEC 24
- #define REQFAILED 26
- #define REQNOTAUTH 28
- #define REQNOTFOUND 30
- #define REQCURRENT 32
- #define REQREJECTED 34
- #define REQSUCCEEDED 36
- #define REQTIMEOUT 38
- #define REQTOTAL 40
- #define REQPERSEC 42
- #define SCRIPTFREEENG 44
- #define SESSIONLIFETIME 46
- #define SESSIONCURRENT 48
- #define SESSIONTIMEOUT 50
- #define SESSIONSTOTAL 52
- #define TEMPLCACHE 54
- #define CACHEHITPCT 56
- #define TEMPLFLUSHES 58
- #define TRANSABORTED 60
- #define TRANSCOMMIT 62
- #define TRANSPENDING 64
- #define TRANSTOTAL 66
- #define TRANSPERSEC 68
-