Develop and Download Open Source Software

Browse Subversion Repository

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3227 - (hide annotations) (download) (as text)
Tue Mar 24 15:10:33 2009 UTC (15 years ago) by maya
Original Path: trunk/teraterm/teraterm/clipboar.h
File MIME type: text/x-chdr
File size: 433 byte(s)
CVS から SVN へ移行: 改行コードを LF から CR+LF へ変換
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     void CBStartPaste(HWND HWin, BOOL AddCR,
15     int BuffSize, PCHAR DataPtr, int DataSize);
16     void CBSend();
17     void CBEndPaste();
18     int CBStartPasteConfirmChange(HWND HWin);
19    
20     #ifdef __cplusplus
21     }
22     #endif

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