SetupComm (KERNEL32.@)
BOOL SetupComm ( HANDLE handle, DWORD insize, DWORD outsize )
handle | [In] | The just created communication resource handle. |
insize | [In] | The suggested size of the communication resources input buffer in bytes. |
outsize | [In] | The suggested size of the communication resources output buffer in bytes. |
Called after CreateFile to hint to the communication resource to use specified sizes for input and output buffers rather than the default values.
TRUE if successful, FALSE if the communications resource handle is bad.
Stub.
Defined in "advpub.h".
Implemented in "dlls/kernel/comm.c". source.winehq.org/source/dlls/kernel/comm.c
Debug channel "comm".
Copyright © 2005 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Aug 2005.