Develop and Download Open Source Software

Browse Subversion Repository

Contents of /trunk/teraterm/ttpcmn/ttpcmn.def

Parent Directory Parent Directory | Revision Log Revision Log


Revision 9501 - (show annotations) (download)
Wed Oct 27 12:48:49 2021 UTC (2 years, 5 months ago) by zmatsuo
File size: 1698 byte(s)
設定ファイルを置くフォルダを変更

- フォルダ
  - %APPDATA%\teraterm5 (%USERPROFILE%\AppData\Roaming\teraterm5)
- ファイル
  - TERATERM.INI
  - KEYBOARD.CFG
  - broadcast.log
- 使用していない GetDefaultFName() を削除
  - GetDefaultFNameW() に置き換えた
- フォルダに関する関数を整理
  - GetHomeDirW() を修正
    - 設定ファイルを置くフォルダを返す
    - ttypes.HomeDirW と同一
	- 従来は ttermpro.exe などが置いてあるフォルダを返していた
  - GetLogDirW() を追加
    - ログなどを置くフォルダを返す
    - ttypes.LogDirW と同一
  - GetExeDirW() を追加
    - ttermpro.exe などが存在するフォルダを返す
    - ttypes.LogDirW と同一
1 EXPORTS
2 StartTeraTerm @1
3 SetCOMFlag @44
4 ClearCOMFlag @45
5 CheckCOMFlag @46
6 RegWin @10
7 UnregWin @11
8 SetWinMenu @12
9 SetWinList @13
10 SelectWin @14
11 SelectNextWin @15
12 GetNthWin @16
13 GetRegisteredWindowCount @89
14 ShowAllWin @54
15 CommReadRawByte @20
16 CommInsert1Byte @21
17 CommRead1Byte @22
18 CommRawOut @23
19 CommBinaryOut @24
20 CommBinaryBuffOut @52
21 CommTextOutW
22 CommBinaryEcho @26
23 CommTextEchoW
24 DetectComPorts @42
25 ExtractFileName @48
26 replaceInvalidFileNameChar @74
27 b64encode @75
28 b64decode @76
29 CreateNotifyIcon @77
30 DeleteNotifyIcon @78
31 ShowNotifyIcon @80
32 HideNotifyIcon @81
33 SetVerNotifyIcon @82
34 NotifyMessage @79
35 SetCustomNotifyIcon @85
36 GetCustomNotifyIcon @86
37
38 SJIS2JIS @30
39 SJIS2EUC @31
40 JIS2SJIS @32
41 RussConv @33
42 RussConvStr @34
43 ConvertUnicode @35
44 CopyTTSetToShmem @36
45 CopyShmemToTTSet @37
46
47 GetI18nStr @40
48 GetI18nLogfont @41
49
50 OutputDebugPrintf @49
51
52 doSelectFolder @51
53
54 mctimelocal @53
55 RestartTeraTerm @55
56 ShowAllWinSidebySide @56
57 ShowAllWinStacked @57
58 ShowAllWinCascade @58
59 BroadcastClosingMessage @59
60 UndoAllWin @60
61
62 OpenHelp @61
63
64 GetParam @62
65 DequoteParam @63
66
67 CheckComPort @64
68
69 IsWindows95 @65
70 IsWindowsMe @83
71 IsWindowsNT4 @66
72 IsWindows2000 @84
73 IsWindowsNTKernel @67
74 IsWindows2000OrLater @68
75 IsWindowsVistaOrLater @69
76 IsWindows7OrLater @70
77 HasMultiMonitorSupport @71
78 HasDnsQuery @73
79 HasBalloonTipSupport @87
80 GetDownloadFolder @88
81
82 parse_port @90
83 parse_port_from_buf @91
84 service_name @92
85 get_OPENFILENAME_SIZEA @93
86
87 SetI18nDlgStrs
88 SetI18nMenuStrs
89 GetMessageboxFont

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