Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

45 lines
1.1 KiB

  1. /*++
  2. Copyright (c) 1996 Microsoft Corporation
  3. All rights reserved.
  4. Module Name:
  5. LsplCtr.h.hxx
  6. Abstract:
  7. Specifies the indicies of the local spooler counters.
  8. Author:
  9. Albert Ting (AlbertT) 19-Dec-1996
  10. Revision History:
  11. --*/
  12. #ifndef LSPLCTR_HXX
  13. #define LSPLCTR_HXX
  14. #define LSPL_COUNTER_OBJECT 0
  15. //
  16. // Counters must be incremented by 2 each time.
  17. //
  18. #define LSPL_TOTAL_JOBS 2 // LI
  19. #define LSPL_TOTAL_BYTES 4 // LI
  20. #define LSPL_TOTAL_PAGES_PRINTED 6 // LI
  21. #define LSPL_JOBS 8 // DW
  22. #define LSPL_REF 10 // DW
  23. #define LSPL_MAX_REF 12 // DW
  24. #define LSPL_SPOOLING 14 // DW
  25. #define LSPL_MAX_SPOOLING 16 // DW
  26. #define LSPL_ERROR_OUT_OF_PAPER 18 // DW
  27. #define LSPL_ERROR_NOT_READY 20 // DW
  28. #define LSPL_JOB_ERROR 22 // DW
  29. #define LSPL_ENUMERATE_NETWORK_PRINTERS 24 // DW
  30. #define LSPL_ADD_NET_PRINTERS 26 // DW
  31. #endif // ifdef LSPLCTR_HXX