NAME

SetDefaultCommConfigW  (KERNEL32.@)

SYNOPSIS

 BOOL SetDefaultCommConfigW
 (
  LPCSTR       lpszDevice,
  LPCOMMCONFIG lpCommConfig,
  DWORD        dwSize
 )

PARAMS

lpszDevice [In] The unicode 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. (unicode).

RETURNS

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.