This is work in progress.

Windows / Headers / ntstatus.h / STATUS_NO_TOKEN

STATUS_NO_TOKEN

Code: 0xc000007c (0)

HRESULT Facility: FACILITY_NULL (0)

NTSTATUS Facility: Unknown (0)

Abstract

An attempt was made to reference a token that doesn't exist. This is typically done by referencing the token associated with a thread when the thread is not impersonating a client.

Associated Modules

ModuleCodeDescription
ntdll.dll0xc000007cAn attempt was made to reference a token that doesn't exist. This is typically done by referencing the token associated with a thread when the thread is not impersonating a client.
1 entry