Click to See Complete Forum and Search --> : Spy Shared Memory


bengab
December 14th, 2004, 04:39 AM
Hello,
I want to find the shared memory of a special program. I don't know the name of the shared memory, I only know that there must be somewhere one.
But I didn't find and WIN API function to get a list of actual used names of shared memory parts in the system.
There must be anywhere such a list. Does anybody know where I can find this list?

Thanks in forward to all.

Bengab

Andreas Masur
December 14th, 2004, 05:57 AM
Well...what for?

bengab
December 14th, 2004, 06:14 AM
I have a Program (let call it server), which supports me with a DLL, where some functions are defined to get Data from the Server. If I want read many data, this functions are very slow. I know that the data is stored on server side in a shared memory, because also other programs take this data from there.
I want also this possibility.
There must be somewhere in the system a table of used names - but where?

Ben