Monitoring Windows Memory Mapped Files
- by Bing Jian
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!