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.

73 lines
2.3 KiB

  1. /*++
  2. Copyright (c) 1990-2003 Microsoft Corporation
  3. All Rights Reserved
  4. Module Name:
  5. cpsuidat.h
  6. Abstract:
  7. This module
  8. [Environment:]
  9. Windows 2000, Windows XP, Windows Server 2003 - Common Printer Driver UI DLL
  10. --*/
  11. #define COUNT_ARRAY(a) (sizeof(a) / sizeof((a)[0]))
  12. #define OPTIF_NONE 0
  13. #define LEVEL_0 0
  14. #define LEVEL_1 1
  15. #define LEVEL_2 2
  16. #define LEVEL_3 3
  17. #define LEVEL_4 4
  18. #define DMPUB_TVTEST (DMPUB_USER + 1)
  19. #define DMPUB_TVOPT (DMPUB_USER + 2)
  20. #define DMPUB_TVOPT_ECB_EP (DMPUB_USER + 3)
  21. #define DMPUB_TVOPT_ICONS (DMPUB_USER + 4)
  22. #define DMPUB_TVOPT_DISABLED (DMPUB_USER + 5)
  23. #define DMPUB_TVOPT_TEST (DMPUB_USER + 6)
  24. #define DMPUB_2STATES (DMPUB_USER + 7)
  25. #define DMPUB_3STATES (DMPUB_USER + 8)
  26. #define DMPUB_UDARROW (DMPUB_USER + 9)
  27. #define DMPUB_TRACKBAR (DMPUB_USER + 10)
  28. #define DMPUB_SCROLLBAR (DMPUB_USER + 11)
  29. #define DMPUB_LISTBOX (DMPUB_USER + 12)
  30. #define DMPUB_COMBOBOX (DMPUB_USER + 13)
  31. #define DMPUB_EDITBOX (DMPUB_USER + 14)
  32. #define DMPUB_PUSHBUTTON (DMPUB_USER + 15)
  33. #define DMPUB_CHKBOX (DMPUB_USER + 16)
  34. #define DMPUB_CHKBOX_TYPE (DMPUB_USER + 17)
  35. #define DMPUB_TVOPT_OVERLAY_WARNING (DMPUB_USER + 18)
  36. #define DMPUB_TVOPT_OVERLAY_STOP (DMPUB_USER + 19)
  37. #define DMPUB_TVOPT_OVERLAY_NO (DMPUB_USER + 20)
  38. #define DMPUB_EXT_OVERLAY_WARNING (DMPUB_USER + 21)
  39. #define DMPUB_EXT_OVERLAY_STOP (DMPUB_USER + 22)
  40. #define DMPUB_EXT_OVERLAY_NO (DMPUB_USER + 23)
  41. #define DMPUB_EXT_DISABLED (DMPUB_USER + 24)
  42. #define DMPUB_MINRANGE (DMPUB_USER + 25)
  43. #define DMPUB_MAXRANGE (DMPUB_USER + 26)
  44. #define MAX_INT 0x00007fff
  45. #define MIN_INT 0xFFFF8000
  46. BOOL
  47. SetupComPropSheetUI
  48. (
  49. PCOMPROPSHEETUI pCPSUI
  50. );