.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH GetDefaultCommConfigW 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBGetDefaultCommConfigW\fR (KERNEL32.@) .SH SYNOPSIS BOOL GetDefaultCommConfigW ( LPCWSTR \fIlpszName\fR, LPCOMMCONFIG \fIlpCC\fR, LPDWORD \fIlpdwSize\fR ) .SH PARAMS \fIlpszName\fR \fB[In]\fR The unicode 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. (unicode). .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.