ClearCommBreak(3w)
NAME
ClearCommBreak (KERNEL32.@)
SYNOPSIS
BOOL ClearCommBreak
(
HANDLE handle
)
DESCRIPTION
Resumes character transmission from a communication device.
PARAMS
handle [In] The halted communication device whose character transmission is to be resumed.
RETURNS
TRUE on success and FALSE if the communications device could not be
found.
BUGS
Only TIOCSBRK and TIOCCBRK are supported.
IMPLEMENTATION
Defined in "winbase.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/kernel32/comm.c".
- Debug channel "comm".