This is work in progress.

Windows /Headers /ntstatus.h /STATUS_APC_RETURNED_WHILE_IMPERSONATING

STATUS_APC_RETURNED_WHILE_IMPERSONATING

Code: 0xc0000711 (3221227281)

HRESULT Facility: FACILITY_NULL (0)

NTSTATUS Facility: Unknown (0)

Abstract

A threadpool worker thread is impersonating a client, after executing an APC. This is unexpected, indicating that the APC is missing a call to revert the impersonation.

Associated Modules

ModuleCodeDescription
ntdll.dll0xc0000711A threadpool worker thread is impersonating a client, after executing an APC. This is unexpected, indicating that the APC is missing a call to revert the impersonation.
1 entry