NAME

SetCommBreak  (KERNEL32.@)

SYNOPSIS

 BOOL SetCommBreak
 (
  HANDLE handle
 )

PARAMS

handle [In] The communications device to suspend.

DESCRIPTION

Halts the transmission of characters to a communications device.

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