[PATCH 3/5] ws2_32: Implement a basic synchronous TransmitFile.

Erich E. Hoover erich.e.hoover at wine-staging.com
Sat Oct 3 15:39:01 CDT 2015


This patch adds support for the basic file-transfer operation of
TransmitFile.  It uses NtReadFile to obtain "bytes_per_send" chunks of
the file, which it then sends to the destination using WS2_send.  This
process is repeated synchronously (until patch 5 adds async support)
until the entire file is sent.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0003-ws2_32-Implement-a-basic-synchronous-TransmitFile.-r.patch
Type: text/x-diff
Size: 8637 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20151003/89a6b8b4/attachment-0001.patch>


More information about the wine-patches mailing list