Share via


Windows Media Player 11 SDK IWMPError::webHelp 

Windows Media Player SDK banner art

Previous Next

IWMPError::webHelp

The webHelp method launches the Windows Media Player Web Help page to display further information about the first error in the error queue (index zero).

Syntax

  
    
  

Parameters

This method takes no parameters.

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

The Web Help pages always contain the latest and most detailed information about Windows Media Player errors. This method automatically transfers the other information needed by Web Help, such as the operating system version being used.

To access the Web Help pages directly, use the following error code and support center links.

Windows Media Player 10 Mobile: This method always returns S_OK, but does not launch the Windows Media Player Web Help page.

Requirements

Version: Windows Media Player 9 Series or later.

Header: Include wmp.h.

Library: Use wmp.dll.

See Also

Previous Next