.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH GetCommModemStatus 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBGetCommModemStatus\fR (KERNEL32.@) .SH SYNOPSIS BOOL GetCommModemStatus ( HANDLE \fIhFile\fR, LPDWORD \fIlpModemStat\fR ) .SH DESCRIPTION .PP Obtains the four control register bits if supported by the hardware. .SH PARAMS \fIhFile\fR \fB[In]\fR The communications device. .PP \fIlpModemStat\fR \fB[Out]\fR The control register bits. .PP .SH RETURNS .PP \fBTRUE\fR if the communications handle was good and for hardware that control register access, \fBFALSE\fR otherwise. .SH IMPLEMENTATION .PP Declared in \fB"winbase.h"\fR. .PP Implemented in \fB"dlls/kernel32/comm.c"\fR. .PP Debug channel \fB"comm"\fR.