Site icon EfmSoft

What does NTSTATUS 0xC0000457 (STATUS_THREAD_NOT_IN_SESSION) mean?

 
Previous Next
STATUS_THREAD_ALREADY_IN_SESSION STATUS_INVALID_WEIGHT

STATUS_THREAD_NOT_IN_SESSION

The thread has no suitable session context

Some operations require a thread to execute in or refer to a particular session context. This status indicates the required association is missing.

Typical causes include running user-interaction code from a service thread, using a worker thread before it enters the target session, or losing the intended session after logoff or reconnect.

What to inspect

References


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

Exit mobile version