[PATCH 1/3] ws2_32: Implement a basic synchronous TransmitFile (try 2).

Erich E. Hoover erich.e.hoover at wine-staging.com
Wed Oct 7 20:11:19 CDT 2015


This patch adds support for the basic file-transfer operation of
TransmitFile.  It reads the file in as "bytes_per_send" chunks, 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.

This version has been updated to use a simple APC-safe NtReadFile-like
routine instead of using NtReadFile.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-ws2_32-Implement-a-basic-synchronous-TransmitFile.patch
Type: text/x-diff
Size: 9776 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20151007/ae795b17/attachment-0001.patch>


More information about the wine-patches mailing list