.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH BuildCommDCBW 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBBuildCommDCBW\fR (KERNEL32.@) .SH SYNOPSIS BOOL BuildCommDCBW ( LPCWSTR \fIdevid\fR, LPDCB \fIlpdcb\fR ) .SH PARAMS \fIdevid\fR \fB[In]\fR The unicode device control string. .PP \fIlpdcb\fR \fB[Out]\fR The device control block to be updated. .PP .SH DESCRIPTION .PP Updates a device control block structure with values from an unicode device control string. The device 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.