PsGetCurrentServerSilo - NtDoc

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

PESILO PsGetCurrentServerSilo();
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

PsGetCurrentServerSilo function

Description

This routine returns the effective server silo for the thread.

Return value

A pointer to the current server silo. This pointer is valid for the current thread, but must be referenced before transferring to another thread (for example, via a workitem).