COMMTIMEOUTS 構造体

宣言文
Type COMMTIMEOUTS
        ReadIntervalTimeout As Long
        ReadTotalTimeoutMultiplier As Long
        ReadTotalTimeoutConstant As Long
        WriteTotalTimeoutMultiplier As Long
        WriteTotalTimeoutConstant As Long
End Type
備考
Structure COMMTIMEOUTS
        ReadIntervalTimeout As Integer
        ReadTotalTimeoutMultiplier As Integer
        ReadTotalTimeoutConstant As Integer
        WriteTotalTimeoutMultiplier As Integer
        WriteTotalTimeoutConstant As Integer
End Structure