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

// Help IDs for RegEdit
#define NO_HELP ((DWORD) -1) // Disables Help for a control
#define IDH_REGEDIT_EXPORT 1000
#define IDH_REGEDIT_CONNECT 1001
#define IDH_REGEDIT_CONNECT_BROWSE 1002
#define IDH_REGEDIT_VALUENAME 1003
#define IDH_REGEDIT_VALUEDATA 1004
#define IDH_REGEDIT_LOOK 1005
#define IDH_FIND_SEARCHTEXT 1006
#define IDH_FIND_WHOLE 1007
#define IDH_FIND_NEXT_BUTTON 1008
#define IDH_REGEDIT_PRINTRANGE 1009
#define IDH_REGEDIT_DWORDBASE 1010
#define IDH_REGEDIT_DISCONNECT 1011