Tech Support > Microsoft Windows > Drivers > Re: MmSecureVirtualMemory vs. ProbeForRead/Write
Re: MmSecureVirtualMemory vs. ProbeForRead/Write
Posted by Peter Wieland [MSFT] on September 9th, 2004


the answer from the memory manager owner is that you shouldn't really use it
at all. Since you have to wrap all accesses in try/except anyway (to avoid
crashing on other asynchronous problems like paging failures) just do the
probes and don't bother with protect.

-p

--
This posting is provided "AS IS" with no warranties, and confers no rights.
"Fabian Tillier" <FabianTillier@discussions.microsoft.com> wrote in message
news:5E56E72C-C02C-48D0-B2A1-AEB3E6E5C53F@microsoft.com...


Posted by Mark Roddy on September 13th, 2004


In article <uadismrlEHA.1904@TK2MSFTNGP09.phx.gbl>,
peterwie@online.microsoft.com says...
apis. Does anybody actually use it?

--

=====================
Mark Roddy DDK MVP
Windows 2003/XP/2000 Consulting
Hollis Technology Solutions 603-321-1032
www.hollistech.com
markr@hollistech.com


Similar Posts