PsGetThreadServerSilo - NtDoc

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

PESILO PsGetThreadServerSilo(
  [In] PETHREAD Thread
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-ntddk-psgetthreadserversilo)

PsGetThreadServerSilo function

Description

Determines whether the given thread is a silo.

Parameters

Thread [In]

A pointer to the thread being examined.

Return value

Returns a pointer to the server silo for the thread or NULL.

Remarks

See also