.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH SetCommConfig 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBSetCommConfig\fR (KERNEL32.@) .SH SYNOPSIS BOOL SetCommConfig ( HANDLE \fIhFile\fR, LPCOMMCONFIG \fIlpCommConfig\fR, DWORD \fIdwSize\fR ) .SH PARAMS \fIhFile\fR \fB[In]\fR The communications device. .PP \fIlpCommConfig\fR \fB[In]\fR The desired configuration. .PP \fIdwSize\fR \fB[In]\fR size of the \fIlpCommConfig\fR struct. .PP .SH DESCRIPTION .PP Sets the configuration of the communications device. .SH RETURNS .PP \fBTRUE\fR on success, \fBFALSE\fR if the handle was bad is not a communications device. .SH IMPLEMENTATION .PP Declared in \fB"winbase.h"\fR. .PP Implemented in \fB"dlls/kernel32/comm.c"\fR. .PP Debug channel \fB"comm"\fR.