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.

41 lines
1.6 KiB

  1. // Help IDs for Passport Mananger Config
  2. #define NO_HELP ((DWORD) -1) // Disables Help for a control
  3. #define IDH_PMADMIN_CONNECT 1000
  4. #define IDH_PMADMIN_CONNECT_BROWSE 1001
  5. #define IDH_SERVERNAME 1002
  6. #define IDH_INSTALLDIR 1003
  7. #define IDH_VERSION 1004
  8. #define IDH_TIMEWINDOW 1005
  9. #define IDH_FORCESIGNIN 1006
  10. #define IDH_LANGUAGEID 1007
  11. #define IDH_COBRANDING_TEMPLATE 1008
  12. #define IDH_SITEID 1009
  13. #define IDH_RETURNURL 1010
  14. #define IDH_COOKIEDOMAIN 1011
  15. #define IDH_COOKIEPATH 1012
  16. #define IDH_STANDALONE 1013
  17. #define IDH_DISABLECOOKIES 1014
  18. #define IDH_COMMIT 1015
  19. #define IDH_UNDO 1016
  20. #define IDH_DISASTERURL 1017
  21. #define IDH_CONFIGSETS 1018
  22. #define IDH_NEWCONFIG 1019
  23. #define IDH_REMOVECONFIG 1020
  24. #define IDH_HOSTNAMEEDIT 1021
  25. #define IDH_HOSTIPEDIT 1022
  26. #define IDH_PROFILEDOMAIN 1023
  27. #define IDH_PROFILEPATH 1024
  28. #define IDH_SECUREDOMAIN 1025
  29. #define IDH_SECUREPATH 1026
  30. #define IDH_VERBOSE_MODE 1027
  31. #define IDH_ENVCHANGE 1028
  32. #define IDH_ENVIRONMENT 1029
  33. #define IDH_ENABLEMREFRESH 1030
  34. #define IDH_NSREFRESH 1031
  35. #define IDH_CONFIGSETEDIT 1032
  36. #define IDH_REMOTEFILE 1033
  37. #define IDH_MOREINFO 1034