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.

17 lines
534 B

  1. // Help IDs for RegEdit
  2. #define NO_HELP ((DWORD) -1) // Disables Help for a control
  3. #define IDH_REGEDIT_EXPORT 1000
  4. #define IDH_REGEDIT_CONNECT 1001
  5. #define IDH_REGEDIT_CONNECT_BROWSE 1002
  6. #define IDH_REGEDIT_VALUENAME 1003
  7. #define IDH_REGEDIT_VALUEDATA 1004
  8. #define IDH_REGEDIT_LOOK 1005
  9. #define IDH_FIND_SEARCHTEXT 1006
  10. #define IDH_FIND_WHOLE 1007
  11. #define IDH_FIND_NEXT_BUTTON 1008
  12. #define IDH_REGEDIT_PRINTRANGE 1009
  13. #define IDH_REGEDIT_DWORDBASE 1010
  14. #define IDH_REGEDIT_DISCONNECT 1011