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

Debug channel "comm".


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