Scroll to navigation

SetDefaultCommConfigA(3w) Wine API SetDefaultCommConfigA(3w)

NAME

SetDefaultCommConfigA (KERNEL32.@)

SYNOPSIS

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

DESCRIPTION

Initializes the default configuration for a communication device.
See SetDefaultCommConfigW(3w).
 

IMPLEMENTATION

Declared in "winbase.h".
Implemented in "dlls/kernel32/comm.c".
Debug channel "comm".
Oct 2012 Wine API