SetCommState(3w)
NAME
SetCommState (KERNEL32.@)
SYNOPSIS
BOOL SetCommState ( HANDLE handle, LPDCB lpdcb )
DESCRIPTION
Re-initializes all hardware and control settings of a communications
device, with values from a device control block without affecting the
input and output queues.
PARAMS
handle [In] The communications device.
lpdcb [Out] The device control block.
RETURNS
TRUE on success, FALSE on failure, e.g., if the XonChar is equal to the
XoffChar.
IMPLEMENTATION
Defined in "winbase.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/kernel32/comm.c".
- Debug channel "comm".