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.

36 lines
1.2 KiB

  1. /**********************************************************************/
  2. /** Microsoft Windows NT **/
  3. /** Copyright(c) Microsoft Corp., 1993 **/
  4. /**********************************************************************/
  5. /*
  6. ftphelp.h
  7. NWC Applet include file for help numbers
  8. FILE HISTORY:
  9. ChuckC 25-Oct-1993 Created
  10. */
  11. #ifndef _NWCHELP_H_
  12. #define _NWCHELP_H_
  13. #include <uihelp.h>
  14. #define HC_UI_NWCCPL_BASE 7000+42000 // BUGBUG
  15. #define HC_UI_NWCCPL_LAST 7000+42199 // BUGBUG
  16. #define HC_NWC_DIALOG (HC_UI_NWCCPL_BASE + 1)
  17. #define HC_NWC_HELP (HC_UI_NWCCPL_BASE + 5)
  18. #define HC_NWC_GATEWAY (HC_UI_NWCCPL_BASE + 6)
  19. #define HC_NWC_ADDSHARE (HC_UI_NWCCPL_BASE + 7)
  20. #define HC_NTSHAREPERMS (HC_UI_NWCCPL_BASE + 11)
  21. #define HC_SHAREADDUSER (HC_UI_NWCCPL_BASE + 12)
  22. #define HC_SHAREADDUSER_LOCALGROUP (HC_UI_NWCCPL_BASE + 13)
  23. #define HC_SHAREADDUSER_GLOBALGROUP (HC_UI_NWCCPL_BASE + 14)
  24. #define HC_SHAREADDUSER_FINDUSER (HC_UI_NWCCPL_BASE + 15)
  25. #endif // _NWCHELP_H_