35 |
int mapi_send_ascfile (char *ascfile); |
int mapi_send_ascfile (char *ascfile); |
36 |
void mapi_deinit (void); |
void mapi_deinit (void); |
37 |
|
|
38 |
|
/*-- wptSafeEditCtrl.cpp --*/ |
39 |
|
UINT SafeGetDlgItemText (HWND dlg, int id, char *buf, int buflen); |
40 |
|
void safe_edit_control_init (HWND dlg, int ctlid); |
41 |
|
void safe_edit_control_free (HWND dlg, int ctlid); |
42 |
|
|
43 |
/*-- wptW32API.cpp --*/ |
/*-- wptW32API.cpp --*/ |
44 |
char* make_filename (const char *path, const char *file, const char *ext); |
char* make_filename (const char *path, const char *file, const char *ext); |
45 |
char* make_special_filename (int folder, const char *file, const char *ext); |
char* make_special_filename (int folder, const char *file, const char *ext); |