Share via


Windows Media Player 11 SDK IWMPError Interface (VB and C#) 

Windows Media Player SDK banner art

Previous Next

IWMPError Interface (VB and C#)

Provides properties and methods for accessing a collection of IWMPErrorItem interfaces for retrieving error information.

The IWMPError interface exposes the following properties.

Property Description
errorCount Gets the number of errors in the error queue.
Item Gets an IWMPErrorItem interface at the specified index in the error queue. In C#, this is the get_Item method.

The IWMPError interface exposes the following methods.

Method Description
clearErrorQueue Clears the errors from the error queue.
webHelp Launches the Microsoft Windows Media Player Web Help page to display further information about the first error in the error queue.

Get an IWMPError interface using the following property.

Object Property
AxWindowsMediaPlayer Error

See Also

Previous Next