home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / vc98 / include / perfsym.h < prev    next >
Text File  |  1998-04-25  |  2KB  |  57 lines

  1. //
  2. // Copyright (C) Microsoft Corporation, 1997.  All rights reserved.
  3. //
  4.  
  5. //
  6. //  mqctrnm.h
  7. //
  8. //  Offset definition file for extensible counter objects and counters
  9. //
  10. //  These "relative" offsets must start at 0 and be multiples of 2 i.e.
  11. //  even numbers. In the Open Procedure, they will be added to the
  12. //  "First Counter" and "First Help" values for the device they belong to,
  13. //  in order to determine the absolute location of the counter and
  14. //  object names and corresponding Explain text in the registry.
  15. //
  16. //  This file is used by the extensible counter DLL code as well as the
  17. //  counter name and Explain text definition file .INI file that is used
  18. //  by LODCTR to load the names into the registry.
  19. //
  20.  
  21. #define QMOBJ                   0
  22. #define NUMSESSIONS             2
  23. #define NUMIPSESSIONS           4
  24. #define NUMIPXSESSIONS          6
  25. #define NUMINQMPACKETS          8
  26. #define TOTALINQMPACKETS       10
  27. #define NUMOUTQMPACKETS        12
  28. #define TOTALOUTQMPACKETS      14
  29. #define TOTALPACKETSINQUEUES   16
  30. #define TOTALBYTESINQUEUES     18
  31.  
  32.  
  33. #define SESSIONOBJ             20
  34. #define NUMSESSINPACKETS       22
  35. #define NUMSESSOUTPACKETS      24
  36. #define NUMSESSINBYTES         26
  37. #define NUMSESSOUTBYTES        28
  38. #define TOTALSESSINPACKETS     30
  39. #define TOTALSESSINBYTES       32
  40. #define TOTALSESSOUTPACKETS    34
  41. #define TOTALSESSOUTBYTES      36
  42.  
  43. #define QUEUEOBJ               38
  44. #define TOTALQUEUEINPACKETS    40
  45. #define TOTALQUEUEINBYTES      42
  46. #define TOTALJOURNALINPACKETS  44
  47. #define TOTALJOURNALINBYTES    46
  48.  
  49. #define DSOBJ                       48
  50. #define NUMOFSYNCREQUESTS           50
  51. #define NUMOFSYNCREPLIES            52
  52. #define NUMOFREPLREQRECV            54
  53. #define NUMOFREPLREQSENT            56
  54. #define NUMOFACCESSTOSRVR           58
  55. #define NUMOFWRITEREQSENT           60
  56. #define NUMOFERRRETURNEDTOAPP       62
  57.