Heavily confused by win32api + COM and an answer from SO
问题 From my other question here on SO, I asked how to retrieve the current playing song from Windows Media Player and Zune, I got an answer from a c++ dev who gave me an explanation of how I would do this for WMP. However, I am no C++ dev, nor am I very experienced with the pywin32 library. And on-top of all that, the documentation on all this (especially concerning WMP) is horrible . Therefor, I need your help understanding how I would do the following in Python. Source I have working code in C+