Listing 2 Header file for DLL

/* Filename: FMEXT.H */
/* Header file for Generic File */
/* Manager Extension */
/* Menu identifiers */
#define IDM_SHOWSEL       1
#define IDM_DRIVEINFO     2
#define IDM_INITMENUTEST  3
#define IDM_REFRESH       4
#define IDM_UNINSTALL     5

/* Controls in Show Selections box */
#define IDC_SELLIST       101

/* Controls in Drive Info box */
#define IDC_TOTALSPACE    101
#define IDC_FREESPACE     102
#define IDC_CURRENTPATH   103
#define IDC_VOLUMELABEL   104
#define IDC_SHAREPOINT    105
/* End of File */