Share via


Windows Media Player 11 SDK IWMPErrorItem::get_customUrlĀ 

Windows Media Player SDK banner art

Previous Next

IWMPErrorItem::get_customUrl

The get_customUrl method retrieves the URL of a Web site that displays specific information about codec download failure.

Syntax

  

Parameters

pbstrCustomUrl

[out]  Pointer to a BSTR containing the custom url.

Return Values

The method returns an HRESULT. Possible values include, but are not limited to, those in the following table.

Return code Description
S_OK The method succeeded.

Remarks

Windows Media Player 10 Mobile: This method always retrieves a BSTR containing an empty string.

Requirements

Version: Windows Media Player 9 Series or later.

Header: Include wmp.h.

Library: Use wmp.dll.

See Also

Previous Next