home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 April / Chip_1997-04_cd.bin / ovladace / zyxel / software / winnt.400 / fax_i386.exe / RCDATA / CABINET / faxcount.h < prev    next >
Text File  |  1996-08-22  |  1KB  |  33 lines

  1. //
  2. //  faxcount.h
  3. //
  4. //  Offset definition file for exensible counter objects and counters
  5. //
  6. //  These "relative" offsets must start at 0 and be multiples of 2 (i.e.
  7. //  even numbers). In the Open Procedure, they will be added to the
  8. //  "First Counter" and "First Help" values fo the device they belong to,
  9. //  in order to determine the  absolute location of the counter and
  10. //  object names and corresponding help text in the registry.
  11. //
  12. //  this file is used by the extensible counter DLL code as well as the
  13. //  counter name and help text definition file (.INI) file that is used
  14. //  by LODCTR to load the names into the registry.
  15. //
  16.  
  17. #define FAXOBJ                           0
  18. #define INBOUND_BYTES                    2
  19. #define INBOUND_FAXES                    4
  20. #define INBOUND_PAGES                    6
  21. #define INBOUND_MINUTES                  8
  22. #define INBOUND_FAILED_RECEIVE          10
  23. #define OUTBOUND_BYTES                  12
  24. #define OUTBOUND_FAXES                  14
  25. #define OUTBOUND_PAGES                  16
  26. #define OUTBOUND_MINUTES                18
  27. #define OUTBOUND_FAILED_CONNECTIONS     20
  28. #define OUTBOUND_FAILED_XMIT            22
  29. #define TOTAL_BYTES                     24
  30. #define TOTAL_FAXES                     26
  31. #define TOTAL_PAGES                     28
  32. #define TOTAL_MINUTES                   30
  33.