Phill Heald
October 3rd, 2002, 07:56 AM
Hi All..
I have a windows based app which when closing has to unload a large amount of resources. My problem is that another application needs to know when the process has completely finished unloading its resources. The window of the first process dies long before the resources are completely unloaded so I need to find a way of determining whether the process is still active or if it has finished and therefore died...
This is proving more complicated than I expected.
Does anyone know how I can do this using WIN32 api calls.
Any help pointers or suggestions would be gratefully received..
Thanks in advance
Phill:confused:
I have a windows based app which when closing has to unload a large amount of resources. My problem is that another application needs to know when the process has completely finished unloading its resources. The window of the first process dies long before the resources are completely unloaded so I need to find a way of determining whether the process is still active or if it has finished and therefore died...
This is proving more complicated than I expected.
Does anyone know how I can do this using WIN32 api calls.
Any help pointers or suggestions would be gratefully received..
Thanks in advance
Phill:confused: