GetDefaultCommConfigA(3w)
NAME
GetDefaultCommConfigA (KERNEL32.@)
SYNOPSIS
BOOL GetDefaultCommConfigA ( LPCSTR lpszName, LPCOMMCONFIG lpCC, LPDWORD lpdwSize )
PARAMS
lpszName [In] The ascii name of the device targeted for configuration.
lpCC [Out] The default configuration for the device.
DESCRIPTION
Acquires the default configuration of the specified communication
device. (ascii).
RETURNS
TRUE on successful reading of the default configuration, if the device
is not found or the buffer is too small.
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".