ClearCommBreak (KERNEL32.@)
BOOL ClearCommBreak ( HANDLE handle )
Resumes character transmission from a communication device.
handle | [In] | The halted communication device whose character transmission is to be resumed. |
TRUE on success and FALSE if the communications device could not be found.
Only TIOCSBRK and TIOCCBRK are supported.
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 Nov 2008.