IWMPSyncDevice3 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 IWMPSyncDevice3 interface provides methods for estimating the size required to synchronize a playlist to a device.

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

Inheritance

The IWMPSyncDevice3 interface inherits from IWMPSyncDevice2. IWMPSyncDevice3 also has these types of members:

Methods

The IWMPSyncDevice3 interface has these methods.

 
IWMPSyncDevice3::cancelEstimation

The cancelEstimation method cancels an estimation that was previously initiated by estimateSyncSize.
IWMPSyncDevice3::estimateSyncSize

The estimateSyncSize method initiates the estimation of the size required on the device to synchronize a specified playlist.

Requirements

   
Target Platform Windows
Header wmp.h

See also

IWMPSyncDevice2

Interfaces

Remoting the Windows Media Player Control