SetCommConfig.3w

Langue: en

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

Section: 3 (Bibliothèques de fonctions)

NAME

SetCommConfig (KERNEL32.@)

SYNOPSIS

BOOL SetCommConfig
 (
  HANDLE       hFile,
  LPCOMMCONFIG lpCommConfig,
  DWORD        dwSize
 )

PARAMS

hFile [In] The communications device.

lpCommConfig [In] The desired configuration.

dwSize [In] size of the lpCommConfig struct.

DESCRIPTION

Sets the configuration of the communications device.

RETURNS

TRUE on success, FALSE if the handle was bad is not a communications device.

IMPLEMENTATION

Defined in "winbase.h".

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

Debug channel "comm".