Source code of Windows XP (NT5)
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.

52 lines
1012 B

  1. /*++
  2. Copyright (c) 1990-1994 Microsoft Corporation
  3. All rights reserved
  4. Module Name:
  5. change.h
  6. Abstract:
  7. Holds change definitions for spooler system change notify.
  8. Author:
  9. Albert Ting (AlbertT) 05-Mar-94
  10. Environment:
  11. User Mode -Win32
  12. Revision History:
  13. --*/
  14. #ifndef _CHANGE_H
  15. #define _CHANGE_H
  16. //
  17. // Timeout value for WaitForPrinterChange
  18. //
  19. #define PRINTER_CHANGE_TIMEOUT_VALUE 600000
  20. //
  21. // Flags used for FFPCN
  22. //
  23. #define PRINTER_NOTIFY_OPTION_SIM_FFPCN 0x10000
  24. #define PRINTER_NOTIFY_OPTION_SIM_FFPCN_ACTIVE 0x20000
  25. #define PRINTER_NOTIFY_OPTION_SIM_FFPCN_CLOSE 0x40000
  26. #define PRINTER_NOTIFY_OPTION_SIM_WPC 0x80000
  27. //#define PRINTER_NOTIFY_INFO_DISCARDED 0x1
  28. #define PRINTER_NOTIFY_INFO_DISCARDNOTED 0x010000
  29. #define PRINTER_NOTIFY_INFO_COLORSET 0x020000
  30. #define PRINTER_NOTIFY_INFO_COLOR 0x040000
  31. #define PRINTER_NOTIFY_INFO_COLORMISMATCH 0x080000
  32. //#define PRINTER_NOTIFY_OPTIONS_REFRESH 0x1
  33. #endif