SetCommConfig(3w)
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 "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/kernel32/comm.c".
- Debug channel "comm".