Can I look at the filter graph from my application in GraphEdit?
A. You can add code to your application to add your constructed filter graph to the Running Object Tablet (ROT). There is code in several of the samples which illustrates how to do this (see REGISTER_FILTERGRAPH #ifdef’d sections in the Text9 sample). Remember to #define this for debugging only, otherwise your customers will be able to do this with your application. Also, several people have reported side effects when the graph is in the ROT. For this reason, only enable the ROT code when you need it. When you run GraphEdit, use Ctrl+G to show the graphs registered in the ROT. If your application code to remove the graph from the ROT doesn’t get called you will see ghost entries in the list.