If I implement a custom interface in a filter and the filter works under the protected environment, how do I marshall the interface to be used by application
What are other ways to communicate to the application from inside the protected environment
If I implement a custom interface in a filter and the filter works under the protected environment, how do I marshall the interface to be used by application
What are other ways to communicate to the application from inside the protected environment
how do I marshall custom interface across the PE boundary?
BartRoels
Yes, I am implementing a MFT (video decoder). The decoder needs to send some userdata to application during playback. The application may need to configure the MFT during playback as well.
super mary
Tell me a little more about what you're trying to do, and I can give suggestions... Am I correct in assuming that you want to implement an MFT (Media Foundation Transform) and that you want the application to be able to talk to it during playback Or do you just need the application to be able to give it some initial configuration data
And what kinds of "communication" do you want to do with the application