NAME

SetDefaultCommConfigA  (KERNEL32.@)

SYNOPSIS

 BOOL SetDefaultCommConfigA
 (
  LPCWSTR      lpszDevice,
  LPCOMMCONFIG lpCommConfig,
  DWORD        dwSize
 )

PARAMS

lpszDevice [In] The ascii name of the device targeted for configuration.
lpCommConfig [In] The default configuration for the device.
dwSize [In] The number of bytes in the configuration structure.

DESCRIPTION

Initializes the default configuration for the specified communication device. (ascii).

RETURNS

TRUE if the device was found and the defaults set, FALSE otherwise

IMPLEMENTATION

Defined in "winbase.h".

Implemented in "dlls/kernel32/comm.c". source.winehq.org/source/dlls/kernel32/comm.c

Debug channel "comm".


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