ClearCommBreak.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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

Debug channel "comm".