Win2k WDM USB question - abort pipe

I have a question about calling abort_pipe. If I have an outstanding bulk read request to a pipe and I call abort_pipe, will the IoCompletion routine, setup for the bulk read, get called?

Larry


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

Hello,

I mean the abort Pipe call is not working. I have never seen a
IoCompletion call. Try IoCancelIrp().

elli


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