// // xpadctrn.h // // 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 fo 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. // #define XPADOBJ 0 #define BYTESREAD 2 #define BYTESWROTE 4 #define BYTESREADSEC 6 #define BYTESWROTESEC 8 #define READCOUNT 10 #define WRITECOUNT 12 #define READSNORESOURCE 14 #define WRITESNORESOURCE 16 #define PACKETSREAD 18 #define PACKETSWROTE 20 #define PACKETSREADSEC 22 #define PACKETSWROTESEC 24