Windows Media Player 11 SDK IWMPError Interface
Previous | Next |
IWMPError Interface
The IWMPError interface provides methods for accessing a collection of IWMPErrorItem pointers.
In addition to the methods inherited from IDispatch, the IWMPError interface exposes the following methods.
Method | Description |
clearErrorQueue | Clears the errors from the error queue. |
get_errorCount | Retrieves the number of errors in the error queue. |
get_item | Retrieves a pointer to an IWMPErrorItem interface at the given index. |
webHelp | Launches the Microsoft Windows Media Player Web Help page to display further information about the error. |
Retrieve a pointer to an IWMPError interface with the following method.
Interface | Method |
IWMPCore | get_error. |
See Also
Previous | Next |