NAME

ClearCommBreak  (KERNEL32.@)

SYNOPSIS

 BOOL ClearCommBreak
 (
  HANDLE handle
 )

PARAMS

handle [In] The halted communication device whose character transmission is to be resumed.

DESCRIPTION

Resumes character transmission from a communication device.

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 "dlls/kernel/comm.c". source.winehq.org/source/dlls/kernel/comm.c

Debug channel "comm".


Copyright © 2005 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Aug 2005.