PsIsSystemThread - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ntifs.h

BOOLEAN PsIsSystemThread(
  [in] PETHREAD Thread
);

View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-ntifs-psissystemthread)

PsIsSystemThread function

Description

The PsIsSystemThread routine checks whether a given thread is a system thread.

Parameters

Thread [in]

Pointer to the thread to be checked.

Return value

PsIsSystemThread returns TRUE if the specified thread is a system thread, FALSE otherwise.

Remarks

For more information about using system threads and managing synchronization within a nonarbitrary thread context, see Driver Threads, Dispatcher Objects, and Resources.

See also

IoIsSystemThread

PsGetCurrentThread