Re: IRP that completed with a failure status after being marked pendi ng

> This works fine, my question is what happens when the same IRP is
completed

with a status such as

pAsyncIRP->IoStatus.Status = STATUS_HOST_UNREACHABLE;
pAsyncIRP->IoStatus.Information = 0;

This IRP never seems to complete. I would appreciate it if someone could

This works fine.
The problem is not in this - but in some other places of your code.
Trace IoCompleteRequest to determine the exact cause of the problem.

Max


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com