GetCommConfig (KERNEL32.@)
BOOL GetCommConfig ( HANDLE hFile, LPCOMMCONFIG lpCommConfig, LPDWORD lpdwSize )
hFile | [In] | The communications device. |
lpCommConfig | [Out] | The communications configuration of the device (if it fits). |
Fill in the COMMCONFIG structure for the comm port hFile.
TRUE on success, FALSE on failure If successful, lpCommConfig contains the comm port configuration.
Defined in "winbase.h".
Implemented in "dlls/kernel32/comm.c". source.winehq.org/source/dlls/kernel32/comm.c
Debug channel "comm".
Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Jan 2008.