GetCommConfig.3w

Langue: en

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

Section: 3 (Bibliothèques de fonctions)

NAME

GetCommConfig (KERNEL32.@)

SYNOPSIS

BOOL GetCommConfig
 (
  HANDLE       hFile,
  LPCOMMCONFIG lpCommConfig,
  LPDWORD      lpdwSize
 )

PARAMS

hFile [In] The communications device.

lpCommConfig [Out] The communications configuration of the device (if it fits).

DESCRIPTION

Fill in the COMMCONFIG structure for the comm port hFile.

RETURNS

TRUE on success, FALSE on failure If successful, lpCommConfig contains the comm port configuration.

BUGS

IMPLEMENTATION

Defined in "winbase.h".

Implemented in "dlls/kernel32/comm.c".

Debug channel "comm".