Share via


DMO Error Codes (Windows Embedded CE 6.0)

1/6/2010

The following table contains error codes that are specific to Microsoft DirectX Media Objects (DMOs).

Error code Description Hexadecimal value

DMO_E_INVALIDSTREAMINDEX

Invalid stream index.

0x80040201

DMO_E_INVALIDTYPE

Invalid media type.

0x80040202

DMO_E_TYPE_NOT_SET

The media type was not set.

Before this operation can be performed, one or more streams require a media type.

0x80040203

DMO_E_NOTACCEPTING

Data cannot be accepted on this stream.

You might need to process more output data. See IMediaObject::ProcessInput.

0x80040204

DMO_E_TYPE_NOT_ACCEPTED

The media type was not accepted.

0x80040205

DMO_E_NO_MORE_ITEMS

The media-type index is out of range.

0x80040206

Requirements

Header dmo.h
Windows Embedded CE Windows CE .NET 4.1 and later

See Also

Reference

DMO Reference
IMediaObject::ProcessInput