IWMPSyncServices interface (wmp.h)

[The feature associated with this page, Windows Media Player SDK, is a legacy feature. It has been superseded by MediaPlayer. MediaPlayer has been optimized for Windows 10 and Windows 11. Microsoft strongly recommends that new code use MediaPlayer instead of Windows Media Player SDK, when possible. Microsoft suggests that existing code that uses the legacy APIs be rewritten to use the new APIs if possible.]

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.

Inheritance

The IWMPSyncServices interface inherits from the IUnknown interface. IWMPSyncServices also has these types of members:

Methods

The IWMPSyncServices interface has these methods.

 
IWMPSyncServices::get_deviceCount

The get_deviceCount method retrieves the number of available devices.
IWMPSyncServices::getDevice

The getDevice method retrieves a pointer to a device interface.

Requirements

   
Target Platform Windows
Header wmp.h

See also

IWMPPlayer Interface

Interfaces

Remoting the Windows Media Player Control