NAME

GetCommState  (KERNEL32.@)

SYNOPSIS

 BOOL GetCommState
 (
  HANDLE handle,
  LPDCB  lpdcb
 )

PARAMS

handle [In] The communications device.
lpdcb [Out] The device control block.

DESCRIPTION

Fills in a device control block with information from a communications device.

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 "dlls/kernel/comm.c". source.winehq.org/source/dlls/kernel/comm.c

Debug channel "comm".


Copyright © 2005 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Aug 2005.