.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH GetCommProperties 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBGetCommProperties\fR (KERNEL32.@) .SH SYNOPSIS BOOL GetCommProperties ( HANDLE \fIhFile\fR, LPCOMMPROP \fIlpCommProp\fR ) .SH PARAMS \fIhFile\fR \fB[In]\fR handle of the comm port. .PP \fIlpCommProp\fR \fB[Out]\fR pointer to struct to be filled. .PP .SH DESCRIPTION .PP This function fills in a structure with the capabilities of the communications port driver. .SH RETURNS .PP \fBTRUE\fR on success, \fBFALSE\fR on failure If successful, the \fIlpCommProp\fR structure be filled in with properties of the comm port. .SH IMPLEMENTATION .PP Declared in \fB"winbase.h"\fR. .PP Implemented in \fB"dlls/kernel32/comm.c"\fR. .PP Debug channel \fB"comm"\fR.