In Windows Media player SDK the way to obtain IWMPSyncServices interface looks like spSyncServices->get_deviceCount(&cAllDevices); but how to do this in C#. I tried to do IWMPSyncServices ss = null;
ss = (IWMPSyncServices)Player;
But I have exception on casting. That can I do
Thanks.

QueryInterface in C#
DotNet_bz
DhanashreeP
ajumani
Gentleman Auditor