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.

176 lines
4.8 KiB

  1. /*******************************************************************************
  2. *
  3. * (C) COPYRIGHT MICROSOFT CORPORATION, 1998
  4. *
  5. * TITLE: WIACSH.H
  6. *
  7. * VERSION: 1.0
  8. *
  9. * AUTHOR: ShaunIv
  10. *
  11. * DATE: 1/20/2000
  12. *
  13. * DESCRIPTION: Context-sensitive help for dialogs
  14. *
  15. *******************************************************************************/
  16. #ifndef __WIACSH_H_INCLUDED
  17. #define __WIACSH_H_INCLUDED
  18. //
  19. // Context sensitive help helper functions
  20. // They are meant to be called from WM_HELP and WM_CONTEXTMENU handlers, respectively
  21. //
  22. namespace WiaHelp
  23. {
  24. LRESULT HandleWmHelp( WPARAM wParam, LPARAM lParam, const DWORD *pdwContextIds );
  25. LRESULT HandleWmContextMenu( WPARAM wParam, LPARAM lParam, const DWORD *pdwContextIds );
  26. }
  27. //
  28. // Help file names
  29. //
  30. #define WIA_SPECIFIC_HELP_FILE TEXT("camera.hlp")
  31. #define WIA_STANDARD_HELP_FILE TEXT("windows.hlp")
  32. //
  33. // WIA Help IDs found in camera.hlp
  34. //
  35. //
  36. // Select dialog
  37. //
  38. #define IDH_WIA_MAKER 1000
  39. #define IDH_WIA_DESCRIBE 1001
  40. #define IDH_WIA_DEVICE_LIST 1002
  41. #define IDH_WIA_BUTTON_PROP 1004
  42. //
  43. // Camera device property page
  44. //
  45. #define IDH_WIA_CONNECTED 1010
  46. #define IDH_WIA_PICS_TAKEN 1011
  47. #define IDH_WIA_PICS_LEFT 1012
  48. #define IDH_WIA_BATTERY_STATUS 1013
  49. #define IDH_WIA_IMAGE_SETTINGS 1014
  50. #define IDH_WIA_TEST_BUTTON 1015
  51. #define IDH_WIA_PORT_NAME 1016
  52. //
  53. // Events property page
  54. //
  55. #define IDH_WIA_EVENT_LIST 1020
  56. #define IDH_WIA_APP_LIST 1021
  57. #define IDH_WIA_START_PROG 1022
  58. #define IDH_WIA_PROMPT_PROG 1023
  59. #define IDH_WIA_NO_ACTION 1024
  60. #define IDH_WIA_DELETE_IMAGES 1026
  61. #define IDH_WIA_SAVE_TO 1027 //(radio button)
  62. #define IDH_WIA_SAVE_TO_FOLDER 1028 //(Folder text box)
  63. #define IDH_WIA_CREATE_SUBFLDR 1029 //(Create subfolder check box)
  64. //
  65. // Color management property page
  66. //
  67. #define IDH_WIA_COLOR_PROFILES 1030
  68. #define IDH_WIA_ADD_PROFILE 1031
  69. #define IDH_WIA_REMOVE_PROFILE 1032
  70. //
  71. // Scanner device property page
  72. //
  73. #define IDH_WIA_FRIENDLY 1040
  74. #define IDH_WIA_STATUS 1041
  75. //
  76. // Scanner and camera wizard
  77. //
  78. #define IDH_WIA_PUT_SUBFOLD 1050
  79. #define IDH_WIA_SUBFOLD_DATE 1051
  80. #define IDH_WIA_SUBFOLD_NAME 1052
  81. #define IDH_WIA_CLOSE_WIZARD 1053
  82. //
  83. // Screensaver
  84. //
  85. #define IDH_WIA_CHANGE_PICS 1060
  86. #define IDH_WIA_PIC_SIZE 1061
  87. #define IDH_WIA_PICTURE_FOLDER 1062
  88. #define IDH_WIA_STRETCH_PICS 1063
  89. #define IDH_WIA_SHOW_FILE_NAMES 1064
  90. #define IDH_WIA_TRANSITION_EFFECTS 1065
  91. #define IDH_WIA_ALLOW_SCROLL 1066
  92. #define IDH_WIA_BROWSE 1067
  93. //
  94. // Scanner item property page
  95. //
  96. #define IDH_WIA_BRIGHTNESS 1070
  97. #define IDH_WIA_CONTRAST 1071
  98. #define IDH_WIA_PIC_RESOLUTION 1072
  99. #define IDH_WIA_CUSTOM_PREVIEW 1073
  100. #define IDH_WIA_RESTORE_DEFAULT 1074
  101. #define IDH_WIA_IMAGE_TYPE 1075
  102. //
  103. // Camera item property page
  104. //
  105. #define IDH_WIA_PIC_NAME 1080
  106. #define IDH_WIA_DATE_TAKEN 1081
  107. #define IDH_WIA_TIME_TAKEN 1082
  108. #define IDH_WIA_IMAGE_FORMAT 1083
  109. #define IDH_WIA_PICTURE_SIZE 1084
  110. //
  111. // Scan dialog
  112. //
  113. #define IDH_WIA_PIC_TYPE 1090
  114. #define IDH_WIA_PAPER_SOURCE 1091
  115. #define IDH_WIA_PAGE_SIZE 1092
  116. #define IDH_WIA_CUSTOM_SETTINGS 1093
  117. #define IDH_WIA_PREVIEW_BUTTON 1094
  118. #define IDH_WIA_SCAN_BUTTON 1095
  119. #define IDH_WIA_IMAGE_PREVIEW 1096
  120. //
  121. // Camera common dialog
  122. //
  123. #define IDH_WIA_BUTTONS 1100
  124. #define IDH_WIA_GET_PICS 1101
  125. #define IDH_WIA_PIC_LIST 1102
  126. #define IDH_WIA_VIEW_PIC_INFO 1103
  127. #define IDH_WIA_PREVIEW_DETAIL 1104
  128. //
  129. // Video common dialog
  130. //
  131. #define IDH_WIA_VIDEO 1110
  132. #define IDH_WIA_CAPTURED_IMAGES 1111
  133. #define IDH_WIA_CAPTURE 1112
  134. #define IDH_WIA_VIDEO_GET_PICTURE 1113
  135. //Prompt to start dialog
  136. //When you select Prompt to Start for a specific event (on Events tab)
  137. //and then initiate the Event
  138. #define IDH_WIA_EVENT_OCCURRED 1120
  139. #define IDH_WIA_PROGRAM_LIST 1121
  140. #define IDH_WIA_ALWAYS_USE 1122
  141. #define IDH_WIA_BAUD_RATE 1130
  142. #define IDH_WIA_CAMERA_TIME_STATIC 1133
  143. #define IDH_WIA_FLASH_MODE 1134
  144. #define IDH_WIA_FLASH_MODE_LIST 1135
  145. #define IDH_WIA_IMAGE_SIZE_SLIDER 1136
  146. #define IDH_WIA_CAMERA_TIME_BUTTON 1137
  147. #define IDH_WIA_PORT_SPEED 1138
  148. #define IDH_WIA_IMAGE_SIZE_STATIC 1140
  149. //
  150. // Standard help IDs, found in windows.hlp
  151. //
  152. #define IDH_OK 28443
  153. #define IDH_CANCEL 28444
  154. #define IDH_BROWSE 28496
  155. #endif // __WIACSH_H_INCLUDED