TransmitCommChar |
Declare Function Api_TransmitCommChar& Lib "kernel32" Alias "TransmitCommChar" (ByVal hFile&, ByVal cChar As Byte) |
Declare Function TransmitCommChar Lib "kernel32" Alias "TransmitCommChar" (ByVal hFile As Long, ByVal cChar As Byte) As Long |
|
指定した通信デバイスの出力バッファにある未処理のデータより前に、特定の文字を送信する。 |
|
パラメータ ファに文字を入れた場合、次に TransmitCommChar 関数を呼び出すときには文字がすでに送信されている必要がある。以前の呼び出し で指定した文字がバッファに残っていると、TransmitCommChar 関数はエラーを返す。 |