Displaying 3 results from an estimated 3 matches for "writefilegather".
2007 Sep 27
0
Scattered I/O
Hi all,
I was just reading this article:
http://www.artima.com/cppsource/scattered_io.html
It made me wonder if we could use ReadFileScatter() and
WriteFileGather() to optimize I/O on MS Windows. Any thoughts?
Regards,
Dan
This communication is the property of Qwest and may contain confidential or
privileged information. Unauthorized use of this communication is strictly
prohibited and may be unlawful. If you have received this communication
in error,...
2014 Sep 19
0
Wine release 1.7.27
...dlls/wbemprox/builtin.c fails to build on NetBSD 6.1.4
----------------------------------------------------------------
Changes since 1.7.26:
Akihiro Sagawa (1):
reg: Add reg.exe test suite.
Alexandre Julliard (2):
kernel32: Pass the correct completion values in ReadFileScatter and WriteFileGather.
dpnet: Add a missing coclass registration.
Alistair Leslie-Hughes (4):
dpnet: Stub interface IDirectPlay8LobbyClient.
cmd: Dont assume cmd.exe is the first argument.
hnetcfg: Allow NetFwOpenPort to be created.
hnetcfg: Add typeinfo support to INetFwOpenPort.
Andr? H...
2008 Mar 21
0
Wine release 0.9.58
...re using it.
comctl32/tests: Avoid size_t printf format warnings.
makefiles: Consider all .res files as object files.
winex11: Store a pointer to the X11 event currently being handled instead of a simple count.
ntdll: Implemented NtReadFileScatter.
ntdll: Implemented NtWriteFileGather.
kernel32: Propagate the FILE_FLAG_NO_BUFFERING CreateFile flag to ntdll.
kernel32: Implemented ReadFileScatter and WriteFileGather.
shell32/tests: Remove spurious linefeeds in error messages.
winex11: Fix bug report address.
winex11: Fix typo that was causing superflu...