.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH CommConfigDialogW 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBCommConfigDialogW\fR (KERNEL32.@) .SH SYNOPSIS BOOL CommConfigDialogW ( LPCWSTR \fIlpszDevice\fR, HWND \fIhWnd\fR, LPCOMMCONFIG \fIlpCommConfig\fR ) .SH PARAMS \fIlpszDevice\fR \fB[In]\fR name of communications device. .PP \fIhWnd\fR \fB[In]\fR parent window for the dialog. .PP \fIlpCommConfig\fR \fB[Out]\fR pointer to struct to fill. .PP .SH DESCRIPTION .PP See \fBCommConfigDialogA(3w)\fR. .SH IMPLEMENTATION .PP Declared in \fB"winbase.h"\fR. .PP Implemented in \fB"dlls/kernel32/comm.c"\fR. .PP Debug channel \fB"comm"\fR.