IHTMLMediaError interface

Describes the last error that occured with an IHTMLMediaElement operation.

Members

The IHTMLMediaError interface inherits from the IDispatch interface. IHTMLMediaError also has these types of members:

  • Properties

Properties

The IHTMLMediaError interface has these properties.

Property Description

code (MediaError)

Returns the current HTMLMediaError code or NULL if no error has occurred.

 

Requirements

Minimum supported client

Windows Vista with SP1, Windows 7

Minimum supported server

Windows Server 2008 R2

Header

Mshtml.h

IDL

Mshtml.idl

DLL

Mshtml.dll

See also

IDispatch