Scroll to navigation

GetCommConfig(3w) Wine API 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

Declared in "winbase.h".
Implemented in "dlls/kernel32/comm.c".
Debug channel "comm".
Oct 2012 Wine API