SetCommBreak(3w)
NAME
SetCommBreak (KERNEL32.@)
SYNOPSIS
BOOL SetCommBreak
(
HANDLE handle
)
DESCRIPTION
Halts the transmission of characters to a communications device.
PARAMS
handle [In] The communications device to suspend.
RETURNS
TRUE on success, and FALSE if the communications device could not be
found, the control is not supported.
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".