Re: IRP that completed with a failure status after be- ing marked pending

Thanks Max,

I had missed the GetQueuedCompletionStatus call returning false.

Rod.

-----Original Message-----
From: Maxim S. Shatskih [mailto:xxxxx@storagecraft.com]
Sent: Wednesday, 21 March 2001 10:55 pm
To: NT Developers Interest List
Subject: [ntdev] 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: xxxxx@mobilesoft.com.au
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com


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