RE: Problems migrating MmProbeAndLockPages() from W2K to XP

> I know that this is not good practice, but the application
programmers

needed a buffer that they could share with a PCI device. My case
against

Allocate the common buffer in the driver, then call
MmMapLockedPages(…UserMode…) and return the pointer to the app.

Max