In general, it is not possible to use existing COM objects from a metro style application. There are some exceptions, but almost all existing COM objects will be locked at runtime.
It’s best to see if MediaMonkey users can repackage their API as a winrt component and then add this component to your package.
source
share