GetDefaultCommConfigW.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

GetDefaultCommConfigW (KERNEL32.@)

SYNOPSIS

BOOL GetDefaultCommConfigW
 (
  LPCWSTR      lpszName,
  LPCOMMCONFIG lpCC,
  LPDWORD      lpdwSize
 )

PARAMS

lpszName [In] The unicode name of the device targeted for configuration.

lpCC [Out] The default configuration for the device.

DESCRIPTION

Acquires the default configuration of the specified communication device. (unicode).

RETURNS

TRUE on successful reading of the default configuration, if the device is not found or the buffer is too small.

IMPLEMENTATION

Defined in "winbase.h".

Implemented in "dlls/kernel32/comm.c".

Debug channel "comm".