Share via


Windows Media Player 11 SDK Error.webHelp 

Windows Media Player SDK banner art

Previous Next

Error.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

This method does not return a value.

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 succeeds, but does not perform the intended operation.

Example Code

The following example creates an HTML BUTTON element that launches the Microsoft Windows Media Player Web Help page. The Player object was created with ID = "Player".

  

Requirements

Version: Windows Media Player version 7.0 or later.

Library: Use wmp.dll.

See Also

Previous Next