I try to read asynchronicaly data from file.
I use ZwReadFile function. But as event to wait this function take HANDLE to
event (not Evenmt Object). How to cteate handle to event object.
In news arciwum on google i found sample that use ZwCreateEvent Function.
But in W2003 DDK I can't find this function.
Can I read my file asynchronicaly ???
Radek Michalski