.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH GetDefaultCommConfigA 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBGetDefaultCommConfigA\fR (KERNEL32.@) .SH SYNOPSIS BOOL GetDefaultCommConfigA ( LPCSTR \fIlpszName\fR, LPCOMMCONFIG \fIlpCC\fR, LPDWORD \fIlpdwSize\fR ) .SH PARAMS \fIlpszName\fR \fB[In]\fR The ascii name of the device targeted for configuration. .PP \fIlpCC\fR \fB[Out]\fR The default configuration for the device. .PP .SH DESCRIPTION .PP Acquires the default configuration of the specified communication device. (ascii). .SH RETURNS .PP \fBTRUE\fR on successful reading of the default configuration, if the device is not found or the buffer is too small. .SH IMPLEMENTATION .PP Declared in \fB"winbase.h"\fR. .PP Implemented in \fB"dlls/kernel32/comm.c"\fR. .PP Debug channel \fB"comm"\fR.