GetCommState (KERNEL32.@)
BOOL GetCommState ( HANDLE handle, LPDCB lpdcb )
Fills in a device control block with information from a communications device.
handle | [In] | The communications device. |
lpdcb | [Out] | The device control block. |
TRUE on success, FALSE if the communication device handle is bad etc.
XonChar and XoffChar are not set.
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 Jul 2008.