DMO Error Codes (Windows CE 5.0)

Send Feedback

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

OS Versions: Windows CE .NET 4.1 and later.
Header: Dmo.h.

See Also

DMO Reference | IMediaObject::ProcessInput

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.