Browse Subversion Repository
Diff of /trunk/teraterm/ttpcmn/ttcmn.c
Parent Directory
| Revision Log
| Patch
| 2353 |
} |
} |
| 2354 |
|
|
| 2355 |
|
|
| 2356 |
|
/* |
| 2357 |
|
* |
| 2358 |
|
* [return] |
| 2359 |
|
* 1以上 アプリが使用可能なCOMポートの総数 |
| 2360 |
|
* 0 アプリが使用可能なCOMポートがない |
| 2361 |
|
* -1 ※未使用 |
| 2362 |
|
* |
| 2363 |
|
*/ |
| 2364 |
int WINAPI DetectComPorts(LPWORD ComPortTable, int ComPortMax, char **ComPortDesc) |
int WINAPI DetectComPorts(LPWORD ComPortTable, int ComPortMax, char **ComPortDesc) |
| 2365 |
{ |
{ |
| 2366 |
HMODULE h; |
HMODULE h; |
|
|
Legend:
| Removed from v.8187 |
|
| changed lines |
| |
Added in v.8188 |
|
|
|