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