Develop and Download Open Source Software

Browse Subversion Repository

Annotation of /branches/ttcomtester/teraterm/teraterm/clipboar.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3974 - (hide annotations) (download) (as text)
Mon Aug 9 12:07:13 2010 UTC (13 years, 8 months ago) by doda
Original Path: trunk/teraterm/teraterm/clipboar.h
File MIME type: text/x-chdr
File size: 513 byte(s)
マクロコマンド dispstr を追加。
http://sourceforge.jp/ticket/browse.php?group_id=1412&tid=14733

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 3974 void CBStartEcho(PCHAR DataPtr, int DataSize);
17 maya 3227 void CBSend();
18 doda 3974 void CBEcho();
19 maya 3227 void CBEndPaste();
20     int CBStartPasteConfirmChange(HWND HWin);
21    
22     #ifdef __cplusplus
23     }
24     #endif

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26