Skip to content

Latest commit

 

History

History
59 lines (50 loc) · 1.63 KB

bug-check-0xdf--impersonating-worker-thread.md

File metadata and controls

59 lines (50 loc) · 1.63 KB
title description keywords ms.date topic_type ms.topic api_name api_type
Bug Check 0xDF IMPERSONATING_WORKER_THREAD
The IMPERSONATING_WORKER_THREAD bug check has a value of 0x000000DF. This indicates that a workitem did not disable impersonation before it completed.
Bug Check 0xDF IMPERSONATING_WORKER_THREAD
IMPERSONATING_WORKER_THREAD
05/23/2017
apiref
reference
IMPERSONATING_WORKER_THREAD
NA

Bug Check 0xDF: IMPERSONATING_WORKER_THREAD

The IMPERSONATING_WORKER_THREAD bug check has a value of 0x000000DF. This indicates that a workitem did not disable impersonation before it completed.

Important

This article is for programmers. If you're a customer who has received a blue screen error code while using your computer, see Troubleshoot blue screen errors.

IMPERSONATING_WORKER_THREAD Parameters

Parameter Description

1

The worker routine that caused this error

2

The parameter passed to this worker routine

3

A pointer to the work item

4

Reserved

Cause

A worker thread was impersonating another process, and failed to disable impersonation before it returned.