|
|
| version 1.6, 2003/11/21 06:51:14 | version 1.7, 2005/02/07 14:46:14 |
|---|---|
| Line 29 void toolwin_create(void); | Line 29 void toolwin_create(void); |
| void toolwin_destroy(void); | void toolwin_destroy(void); |
| HWND toolwin_gethwnd(void); | HWND toolwin_gethwnd(void); |
| void toolwin_setfdd(BYTE drv, const char *name); | void toolwin_setfdd(UINT8 drv, const char *name); |
| #ifdef __cplusplus | #ifdef __cplusplus |
| extern "C" { | extern "C" { |
| #endif | #endif |
| void toolwin_fddaccess(BYTE drv); | void toolwin_fddaccess(UINT8 drv); |
| void toolwin_hddaccess(BYTE drv); | void toolwin_hddaccess(UINT8 drv); |
| #ifdef __cplusplus | #ifdef __cplusplus |
| } | } |
| #endif | #endif |
| void toolwin_draw(BYTE frame); | void toolwin_draw(UINT8 frame); |
| void toolwin_readini(void); | void toolwin_readini(void); |
| void toolwin_writeini(void); | void toolwin_writeini(void); |