Windows Media Player 11 SDK IWMPErrorItem Interface 

Windows Media Player SDK banner art

Previous Next

IWMPErrorItem Interface

The IWMPErrorItem interface provides a way to access error information.

In addition to the methods inherited from IDispatch, the IWMPErrorItem interface exposes the following methods.

Method Description
get_customUrl Retrieves the URL of a Web site that displays specific information about codec download failure.
get_errorCode Retrieves the current error code.
get_errorContext Retrieves a value indicating the context of the error.
get_errorDescription Retrieves a description of the error.
get_remedy Reserved for future use.

Retrieve a pointer to an IWMPErrorItem interface with the following method.

Interface Method
IWMPError get_item.

See Also

Previous Next