Site icon EfmSoft

What does NTSTATUS 0xC01E0308 (STATUS_GRAPHICS_INVALID_VIDPN_SOURCEMODESET) mean?

 
Previous Next
STATUS_GRAPHICS_VIDPN_MODALITY_NOT_SUPPORTED STATUS_GRAPHICS_INVALID_VIDPN_TARGETMODESET

STATUS_GRAPHICS_INVALID_VIDPN_SOURCEMODESET

Source mode sets describe renderable source formats

Each video present source has a source mode set: the formats that source can expose while the current VidPN constraints are considered. This status is about the source mode-set object itself, not merely one incorrect resolution. The handle can be stale, attached to a different source, or otherwise invalid for the current interface call.

Windows’ VidPN interfaces replace source mode sets when they are updated rather than editing a source set in place. Reusing an old set after replacement is therefore a meaningful lifetime bug to investigate.

Trace the replacement sequence

References


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

Exit mobile version