GetCommState.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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 "dlls/kernel32/comm.c".

Debug channel "comm".