.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH SetupComm 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBSetupComm\fR (KERNEL32.@) .SH SYNOPSIS BOOL SetupComm ( HANDLE \fIhandle\fR, DWORD \fIinsize\fR, DWORD \fIoutsize\fR ) .SH DESCRIPTION .PP Called after CreateFile to hint to the communication resource to use specified sizes for input and output buffers rather than the default values. .SH PARAMS \fIhandle\fR \fB[In]\fR The just created communication resource \fIhandle\fR. .PP \fIinsize\fR \fB[In]\fR The suggested size of the communication resources input buffer in bytes. .PP \fIoutsize\fR \fB[In]\fR The suggested size of the communication resources output buffer in bytes. .PP .SH RETURNS .PP \fBTRUE\fR if successful, \fBFALSE\fR if the communications resource \fIhandle\fR is bad. .SH BUGS .PP Stub. .SH IMPLEMENTATION .PP Declared in \fB"advpub.h"\fR. .PP Implemented in \fB"dlls/kernel32/comm.c"\fR. .PP Debug channel \fB"comm"\fR.