Hello all,
In one of my drivers I call PsSetLoadImageNotifyRoutine to receive load image notifications.
In the handler routine I open the image file with a call to ZwOpenFile and start reading from it
with ZwReadFile. On Windows Vista sometimes the call to ZwReadFile hangs. I would like to know why this happens and how can this be avoided.
Thank you.