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 "dlls/kernel/comm.c". source.winehq.org/source/dlls/kernel/comm.c

Debug channel "comm".


Copyright © 2006 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Oct 2006.