Hi,
I'm working on a device driver which supports asynchronous
(overlapped) I/O.
However, overlapped I/O doesn't work if the user didn't set
FILE_FLAG_OVERLAPPED when calling CreateFile(). I want to override
this and "reopen" the file with FILE_FLAG_OVERLAPPED set.
ReOpenFile() can solve this, but requires Windows Server 2003.
Is there a solution for Windows 2000 / NT 4.0 ?
TIA,
Yair