Develop and Download Open Source Software

Browse Subversion Repository

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 6792 - (hide annotations) (download) (as text)
Fri Jun 9 14:32:34 2017 UTC (6 years, 10 months ago) by doda
Original Path: trunk/teraterm/teraterm/ttwinman.h
File MIME type: text/x-chdr
File size: 916 byte(s)
Tera Term 本体関連 DLL をフルパスで LoadLibrary() するようにした。
1 maya 3227 /* Tera Term
2     Copyright(C) 1994-1998 T. Teranishi
3     All rights reserved. */
4    
5     /* TERATERM.EXE, variables, flags related to VT win and TEK win */
6     #ifdef __cplusplus
7     extern "C" {
8     #endif
9    
10     /* prototypes */
11     void VTActivate();
12     void ConvertToCP932(char *str, int len);
13     void ChangeTitle();
14     void SwitchMenu();
15     void SwitchTitleBar();
16 doda 6792 HMODULE LoadHomeDLL(const char *DLLname);
17 maya 3227
18     extern HWND HVTWin;
19     extern HWND HTEKWin;
20     extern int ActiveWin; /* IdVT, IdTEK */
21     extern int TalkStatus; /* IdTalkKeyb, IdTalkCB, IdTalkTextFile */
22     extern BOOL KeybEnabled; /* keyboard switch */
23     extern BOOL Connecting;
24    
25     /* 'help' button on dialog box */
26     extern WORD MsgDlgHelp;
27     extern LONG HelpId;
28    
29     extern TTTSet ts;
30     extern TComVar cv;
31    
32     /* pointers to window objects */
33     extern void* pVTWin;
34     extern void* pTEKWin;
35     /* instance handle */
36     extern HINSTANCE hInst;
37    
38     extern int SerialNo;
39    
40     #ifdef __cplusplus
41     }
42     #endif

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