TransmitCommChar (KERNEL32.@)
BOOL TransmitCommChar ( HANDLE hComm, CHAR chTransmit )
Transmits a single character in front of any pending characters in the output buffer. Usually used to send an interrupt character to a host.
hComm | [In] | The communication device in need of a command character. |
chTransmit | [In] | The character to transmit. |
TRUE if the call succeeded, FALSE if the previous command character to the same device has not been sent yet the handle is bad etc.
Defined in "winbase.h".
Implemented in "dlls/kernel32/comm.c". source.winehq.org/source/dlls/kernel32/comm.c
Debug channel "comm".
Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Jul 2008.