Scroll to navigation

ClearCommBreak(3w) Wine API 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

Declared in "winbase.h".
Implemented in "dlls/kernel32/comm.c".
Debug channel "comm".
Oct 2012 Wine API