Site icon EfmSoft

What does HRESULT 0xC0262310 (ERROR_GRAPHICS_INVALID_VIDEO_PRESENT_SOURCE_MODE) mean?

 
Previous Next
ERROR_GRAPHICS_INVALID_TOTAL_REGION ERROR_GRAPHICS_INVALID_VIDEO_PRESENT_TARGET_MODE

ERROR_GRAPHICS_INVALID_VIDEO_PRESENT_SOURCE_MODE

ERROR_GRAPHICS_INVALID_VIDEO_PRESENT_SOURCE_MODE (0xC0262310) means an individual VidPN source-mode descriptor is invalid. A source mode describes the primary surface consumed by a display source, so it belongs to the scan-out side of the adapter rather than to the connector or monitor.

What is validated

The mode must be a valid member of the source mode set associated with the selected VidPN source. Its type, format, dimensions, and relationship to any pinned mode must be compatible with the topology currently being evaluated.

Driver checks

Difference from an invalid source mode set

This code concerns one mode descriptor. ERROR_GRAPHICS_INVALID_VIDPN_SOURCEMODESET concerns the source mode-set object or its association. That distinction helps isolate whether validation failed while constructing a single candidate or while acquiring or replacing the collection.

Microsoft: source mode sets and mode-info lifetime

Microsoft: preserving pinned modes during enumeration

Microsoft: graphics status codes


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

Exit mobile version