// homedrv.h // Include file for HOMEDRV.DLL // // Author: Joev Dubach //*********************** Defines for the extension's menu items // An extension's menu item ID should be in the range 1 through 99 #define IDM_ADD 10 #define IDM_DELETE 15 #define IDM_CONNECT 20 #define IDM_ABOUTEXT 25 //*********************** Defines for dialog boxes #define IDNAME 105 #define IDDIR 106 #define IDDRIVE 102 #define IDSERVER 104 #define MYICON -1 #define Icon 101 #define ExtensionIcon 103 #define TEXTDRIVE 107 #define TEXTNAME 108 #define TEXTQUERY 109 #define ANIM1 150 #define ANIM2 151 #define ANIM3 152 #define ANIM4 153 #define ANIM5 154 #define ANIM6 155 #define ANIM7 156 #define ANIM8 157 #define ANIM9 158 #define ANIM10 159 #define ANIM11 160 #define ANIM12 161 #define ANIM13 162 #define ANIM14 163 #define ANIM15 164 #define ANIM16 165 #define ID_OPAQUERECT 111 #define ID_CREDITS 113