SetCommConfig (KERNEL32.@)
BOOL SetCommConfig ( HANDLE hFile, LPCOMMCONFIG lpCommConfig, DWORD dwSize )
hFile | [In] | The communications device. |
lpCommConfig | [In] | The desired configuration. |
dwSize | [In] | size of the lpCommConfig struct. |
Sets the configuration of the communications device.
TRUE on success, FALSE if the handle was bad is not a communications device.
Defined in "winbase.h".
Implemented in "dlls/kernel/comm.c". source.winehq.org/source/dlls/kernel/comm.c
Debug channel "comm".
Copyright © 2005 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Aug 2005.