Re: [PATCH 3/5] ws2_32: Implement a basic synchronous TransmitFile.
7 Oct
2015
7 Oct
'15
12:06 p.m.
"Erich E. Hoover" <erich.e.hoover(a)wine-staging.com> writes:
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.
NtReadFile potentially allocates memory, you can't use it in an async I/O callback. -- Alexandre Julliard julliard(a)winehq.org
3720
Age (days ago)
3720
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard