Site icon EfmSoft

What does NTSTATUS 0xC01E05E0 (STATUS_GRAPHICS_ONLY_CONSOLE_SESSION_SUPPORTED) mean?

 
Previous Next
STATUS_GRAPHICS_MONITOR_NO_LONGER_EXISTS STATUS_GRAPHICS_NO_DISPLAY_DEVICE_CORRESPONDS_TO_NAME

STATUS_GRAPHICS_ONLY_CONSOLE_SESSION_SUPPORTED

STATUS_GRAPHICS_ONLY_CONSOLE_SESSION_SUPPORTED means the operation is restricted to the local physical console session. It is not a statement that a remote session is broken; it is an API boundary that separates operations on the physical console display from Remote Desktop or terminal-server sessions.

The console session has a specific identifier. Microsoft documents WTSGetActiveConsoleSessionId as the way to retrieve the session attached to the physical console, and notes that no active console can be reported during an attach or detach transition.

What to verify

Moving the request to an interactive agent in the correct session can be a design solution; retrying the same call from an RDP process cannot change the API's session restriction.

References


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

Exit mobile version