GetCommProperties |
Declare Function Api_GetCommProperties& Lib "kernel32" Alias "GetCommProperties" (ByVal hFile&, lpCommProp As COMMPROP) |
Declare Function GetCommProperties Lib "kernel32" (ByVal hFile As Long, lpCommProp As COMMPROP) As Long |
|
指定した通信デバイスの通信プロパティの情報をバッファに入れる。 |
|
パラメータ
SetCommState 関数、SetCommTimeouts 関数、SetupComm 関数で通信デバイスの設定をするときに使える。 |