In Windows, how can I keep track of the file mapping objects created by CreateFileMapping()? Basically I want to know how many memory mapped files are in use and the information like their names, sizes, etc. Thanks!
A:
SysInternals Process Explorer will what memory mapped files each running process has open: http://technet.microsoft.com/en-us/sysinternals/bb896653.aspx
Jim Lamb
2009-10-14 02:25:07
Thanks for letting me know this great tool. I would also like to know how I can do in my own program. Any clues?
Bing Jian
2009-10-14 02:37:02