Share via


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

Windows Media Player SDK banner art

Previous Next

IWMPErrorItem Interface (VB and C#)

Provides access to error information.

The IWMPErrorItem interface exposes the following properties.

Property Description
customUrl Gets the URL of a Web site that displays specific information about codec download failure.
errorCode Gets the current error code.
errorContext Gets a value indicating the context of the error.
errorDescription Gets a description of the error.
remedy Reserved for future use.

Get an IWMPErrorItem interface using the following property.

Interface Property
IWMPError Item (in C# use the get_Item method)

See Also

Previous Next