.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH SetDefaultCommConfigW 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBSetDefaultCommConfigW\fR (KERNEL32.@) .SH SYNOPSIS BOOL SetDefaultCommConfigW ( LPCWSTR \fIlpszDevice\fR, LPCOMMCONFIG \fIlpCommConfig\fR, DWORD \fIdwSize\fR ) .SH DESCRIPTION .PP Initializes the default configuration for a communication device. .SH PARAMS \fIlpszDevice\fR \fB[In]\fR Name of the device targeted for configuration. .PP \fIlpCommConfig\fR \fB[In]\fR \fBPTR\fR to a buffer with the configuration for the device. .PP \fIdwSize\fR \fB[In]\fR Number of bytes in the buffer. .PP .SH RETURNS .PP \fBFailure:\fR \fBFALSE\fR .PP \fBSuccess:\fR \fBTRUE\fR, and default configuration saved .SH IMPLEMENTATION .PP Declared in \fB"winbase.h"\fR. .PP Implemented in \fB"dlls/kernel32/comm.c"\fR. .PP Debug channel \fB"comm"\fR.