本文介绍了获取系统中所有打开的共享内存队列的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



我的系统(Win2003)中正在运行多个进程,这些进程通过共享内存队列"(命名为共享内存")进行通信.
有什么方法可以获取有关系统中所有打开的共享内存队列的信息,我可以编写一个应用程序来获取此信息.

Hi,

I have multiple processes running in my system (Win2003) which communicate via Shared Memory Queues(Named Shared Memory ).
Is there any way by which i could get information about all the open shared memory queues in my system, can i write a application to get this info.

推荐答案


这篇关于获取系统中所有打开的共享内存队列的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-19 14:10