Windows Media Player 11 SDK IWMPSyncServices Interface 

Windows Media Player SDK banner art

Previous Next

IWMPSyncServices Interface

The IWMPSyncServices interface provides methods to enumerate available devices that can synchronize digital media files with Windows Media Player 10 or later.

To use this interface, you must create a remoted instance of the Windows Media Player control.

In addition to the methods inherited from IUnknown, the IWMPSyncServices interface exposes the following methods.

Method Description
get_deviceCount Retrieves the number of available devices.
getDevice Retrieves a pointer to a device interface.

Retrieve a pointer to IWMPSyncServices by calling QueryInterface through IWMPPlayer.

See Also

Previous Next