26 Aug
2013
26 Aug
'13
9:56 a.m.
Dmitry Timoshkov <dmitry(a)baikal.ru> writes:
MSDN for FlushFileBuffers says: Flushes the buffers of a specified file and causes all buffered data to be written to a file.
Linux man page says: tcdrain() waits until all output written to the object referred to by fd has been transmitted.
It's a blocking call, you can't do that on the server side. -- Alexandre Julliard julliard(a)winehq.org