Share via


Windows Media Player 11 SDK DownloadCollection.removeItem 

Windows Media Player SDK banner art

Previous Next

DownloadCollection.removeItem

Note This section describes functionality designed for use by online stores. Use of this functionality outside the context of an online store is not supported.

The removeItem method removes a download item from a download collection.

Syntax

  
    
  

Parameters

itemID

Number (long) specifying the index of the DownloadItem to remove.

Return Values

This method does not return a value.

Remarks

If the download represented by itemID is in progress, this method cancels the download.

Requirements

Version: Windows Media Player 9 Series or later.

Library: Use wmp.dll.

See Also

Previous Next