RE: [NTDev] Proper order of tearing down an MDL ...

This is the key, since I associate the MDL I create with the IRP for the
dispatch routine.

-----Original Message-----
From: Maxim S. Shatskih [mailto:xxxxx@storagecraft.com]
Sent: Thursday, December 21, 2000 1:36 PM
To: NT Developers Interest List
Subject: [ntdev] RE: [NTDev] Proper order of tearing down an MDL …

> Are you saying that IoCompleteRequest() will always issue
MmUnlockPages()
> for any MDL ?

In NT4 - yes.
IoCompleteRequest will call MmUnlockPages for ALL MDL chain
associated with
the IRP, not only for the first MDL (Irp->MdlAddress).

Max


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