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.

25 lines
636 B

  1. /**********************************************************************/
  2. /** Microsoft Windows NT **/
  3. /** Copyright(c) Microsoft Corp., 1993 **/
  4. /**********************************************************************/
  5. /*
  6. ftphelp.h
  7. FTP Service Manager include file for help numbers
  8. FILE HISTORY:
  9. Yi-Hsin 25-Mar-1993 Created
  10. */
  11. #ifndef _FTPHELP_H_
  12. #define _FTPHELP_H_
  13. #include <uihelp.h>
  14. #define HC_FTPSVCMGR_DIALOG (HC_UI_FTPMGR_BASE + 1)
  15. #define HC_FTPSECURITY_DIALOG (HC_UI_FTPMGR_BASE + 2)
  16. #endif // _FTPHELP_H_