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.

75 lines
1.6 KiB

  1. /*++
  2. Copyright (c) 1990-1995 Microsoft Corporation
  3. Module Name:
  4. help.h
  5. Abstract:
  6. This module contains the prototype for the help.c
  7. Author:
  8. 28-Aug-1995 Mon 15:31:32 created -by- Daniel Chou (danielc)
  9. [Environment:]
  10. NT Windows - Common Printer Driver UI DLL.
  11. [Notes:]
  12. Revision History:
  13. --*/
  14. #define IDH_STD_TVROOT 10000
  15. #define IDH_DOCPROP_TVROOT 10010
  16. #define IDH_ADVDOCPROP_TVROOT 10020
  17. #define IDH_DEVPROP_TVROOT 10030
  18. #define IDH_PAPEROUTPUT 10040
  19. #define IDH_GRAPHIC 10050
  20. #define IDH_OPTIONS 10060
  21. #define IDH_ICMHDR 10070
  22. #define IDH_ADVANCED_PUSH 10080
  23. #define IDH_ORIENTATION 11000
  24. #define IDH_SCALING 11010
  25. #define IDH_NUM_OF_COPIES 11020
  26. #define IDH_SOURCE 11030
  27. #define IDH_RESOLUTION 11040
  28. #define IDH_COLOR_APPERANCE 11050
  29. #define IDH_DUPLEX 11060
  30. #define IDH_TTOPTION 11070
  31. #define IDH_FORMNAME 11080
  32. #define IDH_ICMMETHOD 11090
  33. #define IDH_ICMINTENT 11100
  34. #define IDH_MEDIA 11110
  35. #define IDH_DITHERING 11120
  36. #define IDH_HT_SETUP 11130
  37. #define IDH_HT_CLRADJ 11140
  38. #define IDH_PAGEORDER 11150
  39. #define IDH_NUP 11160
  40. #define IDH_OUTPUTBIN 11170
  41. #define IDH_QUALITY 11180
  42. BOOL
  43. CommonPropSheetUIHelp(
  44. HWND hDlg,
  45. PTVWND pTVWnd,
  46. HWND hWndHelp,
  47. DWORD MousePos,
  48. POPTITEM pItem,
  49. UINT HelpCmd
  50. );