.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH GetCommState 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBGetCommState\fR (KERNEL32.@) .SH SYNOPSIS BOOL GetCommState ( HANDLE \fIhandle\fR, LPDCB \fIlpdcb\fR ) .SH DESCRIPTION .PP Fills in a device control block with information from a communications device. .SH PARAMS \fIhandle\fR \fB[In]\fR The communications device. .PP \fIlpdcb\fR \fB[Out]\fR The device control block. .PP .SH RETURNS .PP \fBTRUE\fR on success, \fBFALSE\fR if the communication device \fIhandle\fR is bad etc. .SH BUGS .PP XonChar and XoffChar are not set. .SH IMPLEMENTATION .PP Declared in \fB"winbase.h"\fR. .PP Implemented in \fB"dlls/kernel32/comm.c"\fR. .PP Debug channel \fB"comm"\fR.