What does HRESULT 0x88980093 (MILERR_QUEUED_PRESENT_NOT_SUPPORTED) mean?

 
Previous Next
MILERR_REMOTING_NOT_SUPPORTED MILERR_NOT_QUEUING_PRESENTS

MILERR_QUEUED_PRESENT_NOT_SUPPORTED

MILERR_QUEUED_PRESENT_NOT_SUPPORTED is a Windows Media Integration Layer (MIL) HRESULT. It indicates that the active device, driver, or presentation path does not support queued presents.

What to check for MILERR_QUEUED_PRESENT_NOT_SUPPORTED

  • Check device capabilities and presentation mode before enabling queued presentation.
  • Use the supported immediate or standard presentation path when queued presents are unavailable.
  • Do not assume that a feature available on one adapter or driver is available on all target devices.

Microsoft documentation about WPF hardware-accelerated rendering

Diagnostic interpretation of MILERR_QUEUED_PRESENT_NOT_SUPPORTED

MILERR_QUEUED_PRESENT_NOT_SUPPORTED has the HRESULT value 0x88980093. AllStat records the condition as “Queued Presents are not supported.”. For MILERR_QUEUED_PRESENT_NOT_SUPPORTED, in practice, interpret that wording at the boundary owned by the Windows component or COM interface that returned the HRESULT, rather than treating the value as a generic Windows message.

Evidence to capture for MILERR_QUEUED_PRESENT_NOT_SUPPORTED

  • Record the exact COM method or Windows API, its input object, the calling thread, and the full 0x88980093 value before a wrapper converts it to an exception or Boolean result.
  • Capture any IErrorInfo text, activity identifier, event-log entry, and subsystem trace that mentions MILERR_QUEUED_PRESENT_NOT_SUPPORTED or the milerr / queued / present / supported operation.
  • For MILERR_QUEUED_PRESENT_NOT_SUPPORTED, compare the failing machine with a working one at the same configuration boundary: component version, policy, registration, identity, and target resource.

Retry and recovery for MILERR_QUEUED_PRESENT_NOT_SUPPORTED

Retry MILERR_QUEUED_PRESENT_NOT_SUPPORTED only when the owning API documents a transient state or after the condition described as “Queued Presents are not supported.” has changed. For MILERR_QUEUED_PRESENT_NOT_SUPPORTED, configuration, policy, format, and authorization failures normally require correction first; an immediate loop can hide the original call site and add secondary errors.


Looking for a different code? Search another status or error code.