Am Mon, 2002-11-25 um 21.05 schrieb Eric Pouech:
wth does that mean? does it mean i can just wait on the file handle as though it were an HEVENT?
I think they refer to this, but I may be wrong
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/kmarch/hh/k...
I don't know. My interpretation was that this is equivalent to waiting on non-event handles such as pipes, comm ports, or files. I thought this "feature" was already supported by wine, although not with the overlapped semantics - I may very well be wrong here.
I have another MSDN reference here (last paragraph): http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dllproc/bas...
In any case, this feature is strongly deprecated in the Microsoft docs. They're repeating that over and over.
Martin