Showing related tags and posts accross the entire site.
-
Below are significant improvements to the IPH sample posted here through the use of global mutexes for cross-process synchronization. Question: What does the IPHTerminateOrphanedVSTA sample do? Answer: You may have noticed that the IDE process (vsta.exe) may be orphaned if the host application crashes...
-
This IPH sample, IPHTerminateOrphanedVSTA, uses a global mutext to start one, and only one, simple observer thread. The observer thread continues to execute while the vsta process is alive, whether or not a project is open.. The observer thread periodically checks for existence of the hostProcess. If...