SetDefaultCommConfigA (KERNEL32.@)
BOOL SetDefaultCommConfigA ( LPCWSTR lpszDevice, LPCOMMCONFIG lpCommConfig, DWORD dwSize )
lpszDevice | [In] | The ascii name of the device targeted for configuration. |
lpCommConfig | [In] | The default configuration for the device. |
dwSize | [In] | The number of bytes in the configuration structure. |
Initializes the default configuration for the specified communication device. (ascii).
TRUE if the device was found and the defaults set, FALSE otherwise
Defined in "winbase.h".
Implemented in "dlls/kernel/comm.c". source.winehq.org/source/dlls/kernel/comm.c
Debug channel "comm".
Copyright © 2006 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Oct 2006.