| Previous | Next |
| STATUS_GRAPHICS_NO_VIDPNMGR | STATUS_GRAPHICS_STALE_VIDPN_TOPOLOGY |
STATUS_GRAPHICS_NO_ACTIVE_VIDPN
There is no active VidPN to query or modify
An active VidPN represents the currently committed display topology and mode state. This status means the adapter has a VidPN manager, but that manager does not currently expose an active VidPN for the requested operation.
The timing matters. The system may be before the first successful commit, during adapter stop, after a failed mode-set transition, or in a transient state where the active topology must be reacquired later. It is different from a stale topology: here there is no active object available to use.
What to check
- Record whether the failure occurred before initial mode commit, during hot-plug, or during power transition.
- Retry only when the adapter state machine says a new active VidPN can be committed; blind loops hide sequencing bugs.
- Do not substitute a cached old VidPN handle as the active VidPN.
References
Looking for a different code? Search another status or error code.