Re: MmProbeAndLockPages

> Can & should MmProbeAndLockPages be used for NonPagedPool memory . In

which cases ?
If a nonPagePool memory is Locked as above should it be Unlocked by
MmUnlockPages in any case ?

I remember this discussion about a year ago. The conclusion was - NT does
not use PFN reference counts for pages in the nonpaged pool.
So, IIRC MmProbeAndLockPages will work for nonpaged pool the same
way as for any other pointer (though what is the need for it?).

Max