Share via


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

Windows Media Player SDK banner art

Previous Next

IWMPErrorItem2 Interface (VB and C#)

Provides a property for getting an error condition code.

In addition to the properties inherited from IWMPErrorItem, the IWMPErrorItem2 interface exposes the following property.

Property Description
condition Gets a value indicating the condition for the error.

Get an IWMPErrorItem2 interface by casting the value returned by the Item property (in C#, the get_Item method) of the IWMPErrorItem interface.

See Also

Previous Next