DownloadStatus Element

[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.]

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 DownloadStatus element specifies a URL the Windows Media Player displays as a link to enable users to view download status.

<DownloadStatus
    URL = "URL"
/>

Attributes

URL

URL for the webpage that the online store displays to show download status to the user.

Parent/Child Elements

Hierarchy Element
Parent elements ServiceInfo
Child elements None

Remarks

Windows Media Player displays a message to users when a download is in progress. If the current active services defines a download status URL, the user can click the message text. When the user clicks the message, the Player navigates to the URL specified by the DownloadStatus element so the current active store can provide details about downloads in progress.

Requirements

Requirement Value
Version
Windows Media Player 10 or later
Header
Msfeeds.h

See also

Example ServiceInfo Document for a Type 1 Online Store

Example ServiceInfo Document for a Type 2 Online Store

ServiceInfo Document