.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH TransmitCommChar 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBTransmitCommChar\fR (KERNEL32.@) .SH SYNOPSIS BOOL TransmitCommChar ( HANDLE \fIhComm\fR, CHAR \fIchTransmit\fR ) .SH DESCRIPTION .PP Transmits a single character in front of any pending characters in the output buffer. Usually used to send an interrupt character to a host. .SH PARAMS \fIhComm\fR \fB[In]\fR The communication device in need of a command character. .PP \fIchTransmit\fR \fB[In]\fR The character to transmit. .PP .SH RETURNS .PP \fBTRUE\fR if the call succeeded, \fBFALSE\fR if the previous command character to the same device has not been sent yet the handle is bad etc. .SH IMPLEMENTATION .PP Declared in \fB"winbase.h"\fR. .PP Implemented in \fB"dlls/kernel32/comm.c"\fR. .PP Debug channel \fB"comm"\fR.