Enumerating and using wmp visualizers

Posted by monoceres on Stack Overflow See other posts from Stack Overflow or by monoceres
Published on 2010-05-31T10:31:20Z Indexed on 2010/05/31 10:32 UTC
Read the original article Hit count: 283

Filed under:
|
|
|
|

Hi!

I want to use the systems available windows media player visualizers in my app. Apperently visualizers expose an IWMPEffects interface to the world. My question is how do I enumerate and create instances to the available visualizers on my system? Probably it's just a process of getting the cslid of the visualizers and then create the instance with CoCreateInstance. However I have no idea how to get these clsid's!

Thanks!

© Stack Overflow or respective owner

Related posts about c++

Related posts about com