SetCommState (KERNEL32.@)
BOOL SetCommState ( HANDLE handle, LPDCB lpdcb )
Re-initializes all hardware and control settings of a communications device, with values from a device control block without effecting the input and output queues.
handle | [In] | The communications device. |
lpdcb | [Out] | The device control block. |
TRUE on success, FALSE on failure eg if the XonChar is equal to the XoffChar.
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 Jan 2008.