.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH GetCommTimeouts 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBGetCommTimeouts\fR (KERNEL32.@) .SH SYNOPSIS BOOL GetCommTimeouts ( HANDLE \fIhComm\fR, LPCOMMTIMEOUTS \fIlptimeouts\fR ) .SH DESCRIPTION .PP Obtains the request timeout values for the communications device. .SH PARAMS \fIhComm\fR \fB[In]\fR The communications device. .PP \fIlptimeouts\fR \fB[Out]\fR The struct of request timeouts. .PP .SH RETURNS .PP \fBTRUE\fR on success, \fBFALSE\fR if communications device handle is bad or the target structure is \fBNULL\fR. .SH IMPLEMENTATION .PP Declared in \fB"winbase.h"\fR. .PP Implemented in \fB"dlls/kernel32/comm.c"\fR. .PP Debug channel \fB"comm"\fR.