
// Help IDs for Passport Mananger Config 

#define NO_HELP                 ((DWORD) -1) // Disables Help for a control

#define IDH_PMADMIN_CONNECT         1000
#define IDH_PMADMIN_CONNECT_BROWSE  1001
#define IDH_SERVERNAME              1002
#define IDH_INSTALLDIR              1003
#define IDH_VERSION                 1004
#define IDH_TIMEWINDOW              1005
#define IDH_FORCESIGNIN             1006
#define IDH_LANGUAGEID              1007
#define IDH_COBRANDING_TEMPLATE     1008
#define IDH_SITEID                  1009
#define IDH_RETURNURL               1010
#define IDH_COOKIEDOMAIN            1011
#define IDH_COOKIEPATH              1012
#define IDH_STANDALONE              1013
#define IDH_DISABLECOOKIES          1014
#define IDH_COMMIT                  1015
#define IDH_UNDO                    1016
#define IDH_DISASTERURL             1017
#define IDH_CONFIGSETS              1018
#define IDH_NEWCONFIG               1019
#define IDH_REMOVECONFIG            1020
#define IDH_HOSTNAMEEDIT            1021
#define IDH_HOSTIPEDIT              1022
#define IDH_PROFILEDOMAIN           1023
#define IDH_PROFILEPATH             1024
#define IDH_SECUREDOMAIN            1025
#define IDH_SECUREPATH              1026

