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 "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.