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.

78 lines
1.6 KiB

  1. /*++
  2. Copyright (c) 1995 Microsoft Corporation
  3. Module Name:
  4. nwshhelp.h
  5. Abstract:
  6. All help ids used in nwprovau.dll
  7. Author:
  8. Yi-Hsin Sung (yihsins) 20-Oct-1995
  9. Revision History:
  10. --*/
  11. #ifndef _NWSHHELP_H_
  12. #define _NWSHHELP_H_
  13. #define NO_HELP ((DWORD) -1) // Disables Help on a control
  14. #define IDH_DLG_NETWORK_CREDENTIAL_HELP 3001
  15. #ifndef NT1057
  16. // Global WhoAmI dialog
  17. #define IDH_GLOBAL_SERVERLIST 3005
  18. #define IDH_GLOBAL_CONTEXT 3006
  19. #define IDH_GLOBAL_DETACH 3007
  20. #define IDH_GLOBAL_CHGPWD 3008
  21. // Server summary sheet
  22. #define IDH_SERVERNAME 3020
  23. #define IDH_COMMENT 3021
  24. #define IDH_VERSION 3022
  25. #define IDH_REVISION 3023
  26. #define IDH_CONNINUSE 3024
  27. #define IDH_MAXCONNS 3025
  28. // Share summary sheet
  29. #define IDH_SHARE_NAME 3030
  30. #define IDH_SHARE_SERVER 3031
  31. #define IDH_SHARE_PATH 3032
  32. #define IDH_SHARE_USED_SPC 3034
  33. #define IDH_SHARE_FREE_SPC 3035
  34. #define IDH_SHARE_MAX_SPC 3036
  35. #define IDH_SHARE_LFN_TXT 3037
  36. #define IDH_SHARE_PIE 3038
  37. // NDS sheet
  38. #define IDH_NDS_NAME 3061
  39. #define IDH_NDS_CLASS 3062
  40. #define IDH_NDS_COMMENT 3063
  41. // Printer summary sheet
  42. #define IDH_PRINTER_NAME 3070
  43. #define IDH_PRINTER_QUEUE 3071
  44. #if 0
  45. // Wkgrp summary sheet
  46. #define IDH_WKGRP_NAME 3040
  47. #define IDH_WKGRP_TYPE 3041
  48. // NDS Admin page
  49. #define IDH_ENABLE_SYSPOL 3100
  50. #define IDH_VOLUME_LABEL 3101
  51. #define IDH_VOLUME 3102
  52. #define IDH_DIRECTORY_LABEL 3103
  53. #define IDH_DIRECTORY 3104
  54. #endif
  55. #endif
  56. #endif // _NWSHHELP_H_