| Previous | Next |
| STATUS_GRAPHICS_TARGET_NOT_IN_TOPOLOGY | STATUS_GRAPHICS_VIDPN_SOURCE_IN_USE |
STATUS_GRAPHICS_NO_DISPLAY_MODE_MANAGEMENT_SUPPORT
The display mode management interface is unavailable
VidPN work depends on interfaces that expose display mode management objects and operations. This status means the caller failed to acquire the required interface for the adapter or object being handled.
It should be diagnosed as an interface/lifetime mismatch before looking at individual modes. The adapter might not support that WDDM path, the call might be happening too early or too late in device lifetime, or the wrong object type might be passed to an interface-acquisition helper.
What to check
- Log which interface acquisition call failed and which adapter or VidPN object it targeted.
- Check the WDDM version and miniport capability path for the adapter.
- Avoid continuing with partially initialized mode-management state after this status.
References
- Microsoft: VidPN objects and interfaces
- Microsoft: WDDM design guide
- Microsoft: D3DKMDT display data types
Looking for a different code? Search another status or error code.
