This is work in progress.

Windows / Headers / ntstatus.h / STATUS_TOO_MANY_THREADS

STATUS_TOO_MANY_THREADS

Code: 0xc0000129 (0)

HRESULT Facility: FACILITY_NULL (0)

NTSTATUS Facility: Unknown (0)

Abstract

Indicates a process has too many threads to perform the requested action. For example, assignment of a primary token may only be performed when a process has zero or one threads.

Associated Modules

ModuleCodeDescription
ntdll.dll0xc0000129Indicates a process has too many threads to perform the requested action. For example, assignment of a primary token may only be performed when a process has zero or one threads.
1 entry