.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH BuildCommDCBA 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBBuildCommDCBA\fR (KERNEL32.@) .SH SYNOPSIS BOOL BuildCommDCBA ( LPCSTR \fIdevice\fR, LPDCB \fIlpdcb\fR ) .SH PARAMS \fIdevice\fR \fB[In]\fR The ascii \fIdevice\fR control string used to update the \fBDCB\fR. .PP \fIlpdcb\fR \fB[Out]\fR The \fIdevice\fR control block to be updated. .PP .SH DESCRIPTION .PP Updates a \fIdevice\fR control block data structure with values from an ascii \fIdevice\fR control string. The \fIdevice\fR control string has two forms normal and extended, it must be exclusively in one or the other form. .SH RETURNS .PP \fBTRUE\fR on success, \fBFALSE\fR on a malformed control string. .SH IMPLEMENTATION .PP Declared in \fB"winbase.h"\fR. .PP Implemented in \fB"dlls/kernel32/comm.c"\fR. .PP Debug channel \fB"comm"\fR.