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

/**********************************************************************/
/** 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_