Develop and Download Open Source Software

Browse Subversion Repository

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2476 - (hide annotations) (download) (as text)
Mon Apr 14 17:35:50 2008 UTC (16 years ago) by maya
Original Path: teraterm/trunk/teraterm/ttdde.h
File MIME type: text/x-chdr
File size: 512 byte(s)
ファイル移動に伴う修正

1 maya 2476 /* Tera Term
2     Copyright(C) 1994-1998 T. Teranishi
3     All rights reserved. */
4    
5     /* TERATERM.EXE, DDE routines */
6     #include <ddeml.h>
7    
8     #ifdef __cplusplus
9     extern "C" {
10     #endif
11    
12     void SetTopic();
13     BOOL InitDDE();
14     void SendDDEReady();
15     void EndDDE();
16     void DDEAdv();
17     void EndDdeCmnd(int Result);
18     void SetDdeComReady(WORD Ready);
19     void RunMacro(PCHAR FName, BOOL Startup);
20    
21     extern char TopicName[21];
22     extern HCONV ConvH;
23     extern BOOL AdvFlag;
24     extern BOOL CloseTT;
25     extern HWND HWndLog; //steven add
26    
27     #ifdef __cplusplus
28     }
29     #endif
30    

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