Windows Media Player 11 SDK IWMPConvert::GetErrorURLĀ 

Windows Media Player SDK banner art

Previous Next

IWMPConvert::GetErrorURL

The GetErrorURL method is implemented by a conversion plug-in and called by Windows Media Player to retrieve the URL of a Web page that displays information to help the user correct the condition that caused an error.

Syntax

  HRESULT GetErrorURL(
  BSTR*  pbstrURL
);

Parameters

pbstrURL

[out] Pointer to a BSTR that receives the URL of the Web page that displays the error information.

Return Values

The method returns an HRESULT.

Remarks

This is a synchronous call. Your code must complete and return as quickly as possible.

Windows Media Player 10 Mobile: This method is not supported.

Requirements

Version: Windows Media Player, build 10.00.00.4521 or later

Header: Defined in wmpservices.h

See Also

Previous Next