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.

38 lines
872 B

  1. /**********************************************************************/
  2. /** Microsoft Windows NT **/
  3. /** Copyright(c) Microsoft Corp., 1992 **/
  4. /**********************************************************************/
  5. /*
  6. HelpNums.h
  7. Help context manifests for the MPR dialogs
  8. FILE HISTORY:
  9. JohnL 23-Jan-1992 Created
  10. Yi-HsinS25-Aug-1992 Base off HC_UI_MPR_BASE
  11. */
  12. #ifndef _HELPNUMS_H_
  13. #define _HELPNUMS_H_
  14. #include <uihelp.h>
  15. //
  16. // Help Contexts for various dialogs
  17. //
  18. #define HC_RECONNECTDIALOG_ERROR (HC_UI_MPR_BASE+8) // Do you wish to continue
  19. //
  20. // Help Contexts for MsgPopups
  21. //
  22. #define HC_CONNECT_ERROR (HC_UI_MPR_BASE+105) // IERR_ProfileLoadError
  23. //
  24. // Context-sensitive help constants
  25. //
  26. #define IDH_PASSWORD 1000
  27. #endif //_HELPNUMS_H_