GetDefaultCommConfigA (KERNEL32.@)
BOOL GetDefaultCommConfigA ( LPCSTR lpszName, LPCOMMCONFIG lpCC, LPDWORD lpdwSize )
lpszName | [In] | The ANSI name of the device targeted for configuration. |
lpCC | [Out] | The default configuration for the device. |
Acquires the default configuration of the specified communication device.
TRUE on successful reading of the default configuration, if the device is not found or the buffer is too small.
Declared in "include/winbase.h". gitlab.winehq.org/wine/wine/blob/master/include/winbase.h
Implemented in "dlls/kernel32/comm.c". gitlab.winehq.org/wine/wine/blob/master/dlls/kernel32/comm.c
Debug channel "comm".
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.