/**********************************************************************/
/**                       Microsoft Windows NT                       **/
/**                Copyright(c) Microsoft Corp., 1993                **/
/**********************************************************************/

/*
    ftphelp.h
    FTP Service Manager include file for help numbers

    FILE HISTORY:
        Yi-Hsin   25-Mar-1993   Created

*/


#ifndef _FTPHELP_H_
#define _FTPHELP_H_

#include <uihelp.h>

#define HC_FTPSVCMGR_DIALOG         (HC_UI_FTPMGR_BASE + 1)
#define HC_FTPSECURITY_DIALOG       (HC_UI_FTPMGR_BASE + 2)

#endif  // _FTPHELP_H_

