Browse Subversion Repository
Annotation of /branches/ttcomtester/teraterm/teraterm/ftdlg_lite.h
Parent Directory
| Revision Log
| 1 |
maya |
3227 |
/* Tera Term |
| 2 |
|
|
Copyright(C) 1994-1998 T. Teranishi |
| 3 |
|
|
All rights reserved. */ |
| 4 |
|
|
|
| 5 |
|
|
/* TERATERM.EXE, Clipboard routines */ |
| 6 |
|
|
|
| 7 |
|
|
#ifdef __cplusplus |
| 8 |
|
|
extern "C" { |
| 9 |
|
|
#endif |
| 10 |
|
|
|
| 11 |
|
|
/* prototypes */ |
| 12 |
|
|
PCHAR CBOpen(LONG MemSize); |
| 13 |
|
|
void CBClose(); |
| 14 |
doda |
3872 |
void CBStartPaste(HWND HWin, BOOL AddCR, BOOL Bracketed, |
| 15 |
maya |
3227 |
int BuffSize, PCHAR DataPtr, int DataSize); |
| 16 |
doda |
4769 |
void CBStartPasteB64(HWND HWin, PCHAR header, PCHAR footer); |
| 17 |
doda |
3974 |
void CBStartEcho(PCHAR DataPtr, int DataSize); |
| 18 |
maya |
3227 |
void CBSend(); |
| 19 |
doda |
3974 |
void CBEcho(); |
| 20 |
maya |
3227 |
void CBEndPaste(); |
| 21 |
doda |
4260 |
int CBStartPasteConfirmChange(HWND HWin, BOOL AddCR); |
| 22 |
maya |
3227 |
|
| 23 |
|
|
#ifdef __cplusplus |
| 24 |
|
|
} |
| 25 |
|
|
#endif |
|