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.

58 lines
1.3 KiB

  1. /*++
  2. Microsoft Windows
  3. Copyright (C) Microsoft Corporation, 1981 - 1998
  4. Module Name:
  5. HelpArr.h
  6. Abstract:
  7. #defines for context sensitive help.
  8. Author:
  9. Rahul Thombre (RahulTh) 2/3/1999
  10. Revision History:
  11. 2/3/1999 RahulTh Created this module.
  12. --*/
  13. #ifndef __HELPARR_H__
  14. #define __HELPARR_H__
  15. //help id for controls that don't have context sensitive help
  16. #define IDH_DISABLEHELP ((DWORD) -1)
  17. //help ids for controls on IDD_REDIRECT
  18. #define IDH_REDIR_CHOICE 2001
  19. #define IDH_LIST_ADVANCED 2004
  20. #define IDH_BTNADD 2005
  21. #define IDH_BTNEDIT 2006
  22. #define IDH_BTNREMOVE 2007
  23. // Help IDs for controls in IDD_PATHCHOOSER
  24. #define IDH_ROOT_PATH 2002
  25. #define IDH_BROWSE 2003
  26. #define IDH_DESTTYPE 2008
  27. //help ids for controls on IDD_SECPATH
  28. #define IDH_EDIT_SECGROUP 2101
  29. #define IDH_BROWSE_SECGROUP 2102
  30. //help ids for controls on IDD_REDIRMETHOD
  31. #define IDH_PREF_APPLYSECURITY 2201
  32. #define IDH_PREF_MOVE 2202
  33. #define IDH_PREF_ORPHAN 2203
  34. #define IDH_PREF_RELOCATE 2204
  35. #define IDH_PREF_CHANGEMYPICS 2205
  36. #define IDH_PREF_LEAVEMYPICS 2206
  37. #endif //__HELPARR_H__