.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH SetCommBreak 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBSetCommBreak\fR (KERNEL32.@) .SH SYNOPSIS BOOL SetCommBreak ( HANDLE \fIhandle\fR ) .SH DESCRIPTION .PP Halts the transmission of characters to a communications device. .SH PARAMS \fIhandle\fR \fB[In]\fR The communications device to suspend. .PP .SH RETURNS .PP \fBTRUE\fR on success, and \fBFALSE\fR if the communications device could not be found, the control is not supported. .SH BUGS .PP Only \fBTIOCSBRK\fR and \fBTIOCCBRK\fR are supported. .SH IMPLEMENTATION .PP Declared in \fB"winbase.h"\fR. .PP Implemented in \fB"dlls/kernel32/comm.c"\fR. .PP Debug channel \fB"comm"\fR.