DDK network packet sample question

I am experiencing the 5 minutes “hangup” when I am terminating
my application program while outstanding read are in progress.
I am guessing that it is due to the fact that I have no code to cancel
the IRP. Am I correct in this case?
Furthermore, what do I need to do to support cancellation of
outstanding IRPs in the NDIS protocol driver example?

Thanks


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

I have fixed that in the updated sample
http://support.microsoft.com/support/kb/articles/Q238/6/52.asp.

-Eliyas

-----Original Message-----
From: Satrio Mualim [mailto:xxxxx@agcs.com]
Sent: Tuesday, January 09, 2001 1:03 PM
To: NT Developers Interest List
Subject: [ntdev] DDK network packet sample question

I am experiencing the 5 minutes “hangup” when I am terminating
my application program while outstanding read are in progress.
I am guessing that it is due to the fact that I have no code to cancel
the IRP. Am I correct in this case?
Furthermore, what do I need to do to support cancellation of
outstanding IRPs in the NDIS protocol driver example?

Thanks


You are currently subscribed to ntdev as: xxxxx@microsoft.com
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

> I am guessing that it is due to the fact that I have no code to cancel

the IRP. Am I correct in this case?

Yes.

Furthermore, what do I need to do to support cancellation of
outstanding IRPs in the NDIS protocol driver example?

Protocol drivers do not differ from any other drivers in this sense. Use
IoSetCancelRoutine etc.

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