Operating System - Microsoft
1752601 Members
4407 Online
108788 Solutions
New Discussion юеВ

List All Shared Memory Names?

 
Alex Vinokur
Frequent Advisor

List All Shared Memory Names?


Hi.

Is there a way to get a list of all the shared memory names (setup by
OpenFileMapping & MapViewOfFile) of all applications running under
windows?

Thanks!
2 REPLIES 2
muruganantham raju
Valued Contributor

Re: List All Shared Memory Names?

Hi Alex,
Try Process Explorer. Access the following link to understand PE and download.

http://technet.microsoft.com/en-us/sysinternals/bb896653.aspx

Note: Shared memory is called as Sections (Handle) in Windows. You might probably have to look for Section Handles.

Also you can check Process Monitor (Not sure if it helps)

http://technet.microsoft.com/en-us/sysinternals/bb896645.aspx

HTH
Muru

Alex Vinokur
Frequent Advisor

Re: List All Shared Memory Names?

Thanks.

But I need that in C/C++ program