I'm developing a simple win32 application with two processes sharing memory through a file mapping. At a certain point in the second process, I want to check if the other process has already closed the handle associated to the file mapping. Is there a Windows function to retrieve the number of handles associated to my shared memory??? Thanks in advance for any help...
问问题
222 次