Hello,
I'm looking for an implementation of WriteFileGather in Kernel32.dll.
Anybody has a candidate?
Thanks in advance,
Michel Jacques
Is it worth while implementing this function using libaio? or is there already a method for asynchronous i/o in wine?
Jared
On Mon, Feb 25, 2008 at 2:26 PM, Michel Jacques Michel_Jacques@softimage.com wrote:
Hello,
I'm looking for an implementation of WriteFileGather in Kernel32.dll.
Anybody has a candidate?
Thanks in advance,
Michel Jacques
On Thu, Feb 28, 2008 at 01:25:24PM -0500, Jared Lapsley wrote:
Is it worth while implementing this function using libaio? or is there already a method for asynchronous i/o in wine?
You can already do Asynch I/O I think (overlapped IO). Not sure how to implement above though.
Ciao, Marcus