PsGetCurrentServerSilo function (ntddk.h)

This routine returns the effective server silo for the thread.

Syntax

PESILO PsGetCurrentServerSilo();

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).

Requirements

Requirement Value
Minimum supported client Windows 10, version 1607
Minimum supported server Windows Server 2016
Target Platform Windows
Header ntddk.h
IRQL IRQL_requires_max(DISPATCH_LEVEL)