GetCommConfig(3w)
NAME
GetCommConfig (KERNEL32.@)
SYNOPSIS
BOOL GetCommConfig ( HANDLE hFile, LPCOMMCONFIG lpCommConfig, LPDWORD lpdwSize )
PARAMS
hFile [In] The communications device.
lpCommConfig [Out] The communications configuration of the device (if
it fits).
DESCRIPTION
Fill in the COMMCONFIG structure for the comm port hFile.
RETURNS
TRUE on success, FALSE on failure If successful, lpCommConfig contains
the comm port configuration.
BUGS
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".