FALSE(Fail) on CcPurgeCacheSection.

When Map to user process space,CcPurgeCacheSection Will fail.
What’s means “map to user process space”?
I have two guess:CcMapData?or CreateMapViewOfFile&MapViewOfFile?
Please clarify it,thanks.
I think it’s MemoryMapFile.Right?

CcMapData alone won’t stop a cache purge (unless pinned), but the non-Cc
memory mapping APIs will (inluding the Win32 APIs you listed).

ecore wrote:

When Map to user process space,CcPurgeCacheSection Will fail.
What’s means “map to user process space”?
I have two guess:CcMapData?or CreateMapViewOfFile&MapViewOfFile?
Please clarify it,thanks.
I think it’s MemoryMapFile.Right?


You are currently subscribed to ntfsd as: xxxxx@nryan.com
To unsubscribe send a blank email to xxxxx@lists.osr.com

  • Nick Ryan (MVP for DDK)